Correct OFSTRUCT declaration.

oldstable
Mike McCormack 2005-08-09 10:21:53 +00:00 committed by Alexandre Julliard
parent 34f36f662b
commit f223b68bb6
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ typedef struct _OFSTRUCT
WORD nErrCode;
WORD Reserved1;
WORD Reserved2;
BYTE szPathName[OFS_MAXPATHNAME];
CHAR szPathName[OFS_MAXPATHNAME];
} OFSTRUCT, *POFSTRUCT, *LPOFSTRUCT;
#define OF_READ 0x0000