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