diff options
author | Earnie Boyd <earnie@users.sf.net> | 2001-04-08 16:53:56 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2001-04-08 16:53:56 +0000 |
commit | a1a1b83adfea375e1ff2e0c4be329f8e14a7340a (patch) | |
tree | 176cd9543546e837fbb7fe954023a21dd64cbec8 /winsup/w32api/include/shellapi.h | |
parent | 9ddfe5a04a1544bdceadc4f3b0256b21698bca9a (diff) | |
download | cygnal-a1a1b83adfea375e1ff2e0c4be329f8e14a7340a.tar.gz cygnal-a1a1b83adfea375e1ff2e0c4be329f8e14a7340a.tar.bz2 cygnal-a1a1b83adfea375e1ff2e0c4be329f8e14a7340a.zip |
* include/shellapi.h: (CommandLineToArgvW): Add WINAPI declaration.
* include/winbase.h: (GetFileAttributesExW): Fix typo.
* include/wingdi.h: (StartDocA): Change LPDOCINFOA to DOCINFOA*.
(StartDocB): Chage LNPDOCINFOB to DOCINFOB*.
Thanks To: Kent Tamura <tkent@users.sourceforge.net>
* include/winnt.h: (GetFiberData): Add __inline assembler coding.
(GetCurrentFiber): Ditto.
Thanks to: Andy Younger <AndyY@redlemon.com>
* include/windef.h: (HMONITOR_DECLARED): New definition to stop
DirectX 8 from complaining.
Thanks to: Sigbj�rn Lund Olsen <mosikos@online.no>
* include/commctrl.h Updated TreeView and ListView defines and macros.
* include/winuser.h (MB_SERVICE_NOTIFICATION): Correct value for NT4
and above.
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); |