Changeset 7014 for trunk/src/shell32/shellord.c
- Timestamp:
- Oct 11, 2001, 4:33:03 AM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/shell32/shellord.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shellord.c
r6810 r7014 6 6 * 1998 Jürgen Schmied 7 7 */ 8 9 /**************************************************************************** 10 * includes 11 ****************************************************************************/ 12 13 #include <odin.h> 14 #include <os2sel.h> 15 #include <odinwrap.h> 16 17 ODINDEBUGCHANNEL(SHELL32-SHELLORD) 18 19 8 20 #include <string.h> 9 21 #include <stdio.h> … … 89 101 * 90 102 */ 91 BOOL WINAPI GetFileNameFromBrowse( 92 HWNDhwndOwner,93 LPSTRlpstrFile,94 DWORDnMaxFile,95 LPCSTRlpstrInitialDir,96 LPCSTRlpstrDefExt,97 LPCSTRlpstrFilter,98 LPCSTRlpstrTitle)103 ODINFUNCTION7(BOOL, GetFileNameFromBrowse, 104 HWND, hwndOwner, 105 LPSTR, lpstrFile, 106 DWORD, nMaxFile, 107 LPCSTR, lpstrInitialDir, 108 LPCSTR, lpstrDefExt, 109 LPCSTR, lpstrFilter, 110 LPCSTR, lpstrTitle) 99 111 { 100 112 FIXME("(%04x,%s,%ld,%s,%s,%s,%s):stub.\n", … … 314 326 */ 315 327 #define MEM_DEBUG 0 316 void WINAPI SHFree(LPVOID x) 328 329 ODINPROCEDURE1(SHFree, 330 LPVOID, x) 317 331 { 318 332 #if MEM_DEBUG … … 343 357 * exported by ordinal 344 358 */ 345 LPVOID WINAPI SHAlloc(DWORD len) 359 ODINFUNCTION1(LPVOID, SHAlloc, 360 DWORD, len) 346 361 { 347 362 LPBYTE ret;
Note:
See TracChangeset
for help on using the changeset viewer.
