Commit 16c7653c authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

include: Add missing structure members.

parent ac347c7e
......@@ -95,6 +95,9 @@ typedef struct tagOFNA {
LPARAM lCustData;
LPOFNHOOKPROC lpfnHook;
LPCSTR lpTemplateName;
void *pvReserved;
DWORD dwReserved;
DWORD FlagsEx;
} OPENFILENAMEA,*LPOPENFILENAMEA;
typedef struct tagOFNW {
......@@ -118,6 +121,9 @@ typedef struct tagOFNW {
LPARAM lCustData;
LPOFNHOOKPROC lpfnHook;
LPCWSTR lpTemplateName;
void *pvReserved;
DWORD dwReserved;
DWORD FlagsEx;
} OPENFILENAMEW,*LPOPENFILENAMEW;
DECL_WINELIB_TYPE_AW(OPENFILENAME)
......
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