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:
@ -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,
|
||||
|
Reference in New Issue
Block a user