diff options
author | Luke Dunstan <infidel@users.sourceforge.net> | 2004-04-30 17:06:21 +0000 |
---|---|---|
committer | Luke Dunstan <infidel@users.sourceforge.net> | 2004-04-30 17:06:21 +0000 |
commit | ed8dd3c858ab4fa231d168e21909a8240e56e9c0 (patch) | |
tree | 4b71dbef3c8c13f1504028e6ed0a801e872f3815 /winsup/w32api/include/objbase.h | |
parent | e6b21dafc1e29f42ac20248d29a93d37fc69e8a9 (diff) | |
download | cygnal-ed8dd3c858ab4fa231d168e21909a8240e56e9c0.tar.gz cygnal-ed8dd3c858ab4fa231d168e21909a8240e56e9c0.tar.bz2 cygnal-ed8dd3c858ab4fa231d168e21909a8240e56e9c0.zip |
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.h | 2 |
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, |