shell32: Fix the position where WINAPI is specified in the LPFNOFN typedef.

This commit is contained in:
Rob Shearman 2008-10-15 14:12:20 +01:00 committed by Alexandre Julliard
parent e22bda24c6
commit 07b325f8f2
1 changed files with 1 additions and 1 deletions

View File

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