shell32: Fix the position where WINAPI is specified in the LPFNOFN typedef.
This commit is contained in:
parent
e22bda24c6
commit
07b325f8f2
|
@ -49,7 +49,7 @@ typedef struct
|
|||
UINT uFlags ;
|
||||
} RUNFILEDLGPARAMS ;
|
||||
|
||||
typedef BOOL (*WINAPI LPFNOFN) (OPENFILENAMEW *) ;
|
||||
typedef BOOL (WINAPI * LPFNOFN) (OPENFILENAMEW *) ;
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(shell);
|
||||
static INT_PTR CALLBACK RunDlgProc (HWND, UINT, WPARAM, LPARAM) ;
|
||||
|
|
Loading…
Reference in New Issue