diff options
Diffstat (limited to 'winsup/w32api/include/shellapi.h')
-rw-r--r-- | winsup/w32api/include/shellapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/shellapi.h b/winsup/w32api/include/shellapi.h index 4e1c9a7dc..dab26593c 100644 --- a/winsup/w32api/include/shellapi.h +++ b/winsup/w32api/include/shellapi.h @@ -183,7 +183,7 @@ typedef struct _SHFILEINFOW { WCHAR szTypeName[80]; } SHFILEINFOW; -LPWSTR *CommandLineToArgvW(LPCWSTR,int*); +LPWSTR * WINAPI CommandLineToArgvW(LPCWSTR,int*); void WINAPI DragAcceptFiles(HWND,BOOL); void WINAPI DragFinish(HDROP); UINT WINAPI DragQueryFileA(HDROP,UINT,LPSTR,UINT); |