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

This commit is contained in:
Jon Griffiths 2004-05-27 20:00:51 +00:00 committed by Alexandre Julliard
parent 73ed82c373
commit 880c0c8614
1 changed files with 2 additions and 2 deletions

View File

@ -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;