mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 10:13:01 +00:00
Give a struct tag to OPENILENAMEA/W to allow forward declarations.
This commit is contained in:
parent
73ed82c373
commit
880c0c8614
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user