Commit f223b68b authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Correct OFSTRUCT declaration.

parent 34f36f66
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment