Commit 880c0c86 authored by Jon Griffiths's avatar Jon Griffiths Committed by Alexandre Julliard

Give a struct tag to OPENILENAMEA/W to allow forward declarations.

parent 73ed82c3
......@@ -72,7 +72,7 @@ extern "C" {
typedef UINT (CALLBACK *LPOFNHOOKPROC)(HWND,UINT,WPARAM,LPARAM);
typedef struct {
typedef struct tagOFNA {
DWORD lStructSize;
HWND hwndOwner;
HINSTANCE hInstance;
......@@ -95,7 +95,7 @@ typedef struct {
LPCSTR lpTemplateName;
} OPENFILENAMEA,*LPOPENFILENAMEA;
typedef struct {
typedef struct tagOFNW {
DWORD lStructSize;
HWND hwndOwner;
HINSTANCE hInstance;
......
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