Ignore:
Timestamp:
Sep 29, 2010, 5:11:06 PM (15 years ago)
Author:
dmik
Message:

shellapi.h: Declare CommandLineToArgvW() for those who may need it (modern Windows SDKs do it too).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/shellapi.h

    r10314 r21465  
    283283#define FindExecutable WINELIB_NAME_AW(FindExecutable)
    284284
     285LPWSTR* WINAPI CommandLineToArgvW(LPCWSTR lpCmdline, int*);
     286
    285287BOOL WINAPI ShellAboutA(HWND,LPCSTR,LPCSTR,HICON);
    286288BOOL WINAPI ShellAboutW(HWND,LPCWSTR,LPCWSTR,HICON);
Note: See TracChangeset for help on using the changeset viewer.