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.
This commit is contained in:
Luke Dunstan 2004-04-30 17:06:21 +00:00
parent e6b21dafc1
commit ed8dd3c858
5 changed files with 335 additions and 328 deletions

View File

@ -1,3 +1,10 @@
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.
2004-04-28 Luke Dunstan <infidel@users.sourceforge.net>
* lib/comctl32.def (SetWindowSubclass): Add stub.

View File

@ -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,