Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dunstan <infidel@users.sourceforge.net>2004-04-30 21:06:21 +0400
committerLuke Dunstan <infidel@users.sourceforge.net>2004-04-30 21:06:21 +0400
commited8dd3c858ab4fa231d168e21909a8240e56e9c0 (patch)
tree4b71dbef3c8c13f1504028e6ed0a801e872f3815 /winsup/w32api/include/objbase.h
parente6b21dafc1e29f42ac20248d29a93d37fc69e8a9 (diff)
2004-04-29 Bart Oldeman <bartoldeman@users.sourceforge.net>
* include/objbase.h (STGOPTIONS): Correct pwcsTemplateFile type. * include/aclui.h: Remove '\r', throughout. * include/msacm.h: Likewise. * lib/aclui.def: Likewise.
Diffstat (limited to 'winsup/w32api/include/objbase.h')
-rw-r--r--winsup/w32api/include/objbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/objbase.h b/winsup/w32api/include/objbase.h
index a18235e31..71d10977d 100644
--- a/winsup/w32api/include/objbase.h
+++ b/winsup/w32api/include/objbase.h
@@ -61,7 +61,7 @@ typedef struct tagSTGOPTIONS {
USHORT usVersion;
USHORT reserved;
ULONG ulSectorSize;
- const WCHAR pwcsTemplateFile;
+ const WCHAR *pwcsTemplateFile;
} STGOPTIONS;
typedef enum tagREGCLS {
REGCLS_SINGLEUSE = 0,