Changeset 7904 for trunk/src/shell32/shell32_odin.cpp
- Timestamp:
- Feb 14, 2002, 1:10:12 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/shell32/shell32_odin.cpp (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shell32_odin.cpp
r4544 r7904 1 /* $Id: shell32_odin.cpp,v 1. 2 2000-10-28 14:36:48sandervl Exp $ */1 /* $Id: shell32_odin.cpp,v 1.3 2002-02-14 12:10:10 sandervl Exp $ */ 2 2 3 3 /* … … 250 250 */ 251 251 252 ODINFUNCTION4(BOOL,ShellAboutA, HWND, hWnd, 253 LPCSTR, szApp, 254 LPCSTR, szOtherStuff, 255 HICON, hIcon ) 252 BOOL WIN32API ShellAboutA(HWND hWnd, LPCSTR szApp, LPCSTR szOtherStuff, 253 HICON hIcon ) 256 254 { ABOUT_INFO info; 257 255 HRSRC hRes; … … 275 273 * ShellAboutW [SHELL32.244] 276 274 */ 277 ODINFUNCTION4(BOOL,ShellAboutW, HWND, hWnd, 278 LPCWSTR, szApp, 279 LPCWSTR, szOtherStuff, 280 HICON, hIcon ) 275 BOOL WIN32API ShellAboutW(HWND hWnd, LPCWSTR szApp, LPCWSTR szOtherStuff, 276 HICON hIcon ) 281 277 { INT ret; 282 278 ABOUT_INFO info; … … 306 302 * executable) and patch parameters if needed. 307 303 */ 308 ODINFUNCTION3(HICON, ExtractAssociatedIconA, 309 HINSTANCE, hInst, 310 LPSTR, lpIconPath, 311 LPWORD, lpiIcon) 304 HICON WIN32API ExtractAssociatedIconA(HINSTANCE hInst, LPSTR lpIconPath, 305 LPWORD lpiIcon) 312 306 { 313 307 HICON hIcon; … … 983 977 */ 984 978 985 ODINFUNCTION6(HINSTANCE, ShellExecuteA, HWND, hWnd, 986 LPCSTR, lpOperation, 987 LPCSTR, lpFile, 988 LPCSTR, lpParameters, 989 LPCSTR, lpDirectory, 990 INT, iShowCmd ) 979 HINSTANCE WIN32API ShellExecuteA(HWND hWnd, LPCSTR lpOperation, 980 LPCSTR lpFile, 981 LPCSTR lpParameters, 982 LPCSTR lpDirectory, 983 INT iShowCmd ) 991 984 { HINSTANCE retval=31; 992 985 char old_dir[1024]; … … 1119 1112 *****************************************************************************/ 1120 1113 1121 ODINFUNCTION4(UINT, DragQueryFileAorW, 1122 HDROP, hDrop, 1123 UINT, iFile, 1124 LPTSTR, lpszFile, 1125 UINT, cch) 1114 UINT WIN32API DragQueryFileAorW(HDROP hDrop, UINT iFile, LPTSTR lpszFile, 1115 UINT cch) 1126 1116 { 1127 1117 // @@@PH maybe they want automatic determination here
Note:
See TracChangeset
for help on using the changeset viewer.
