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:
parent
e6b21dafc1
commit
ed8dd3c858
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue