| 1 | /* $Id: shellstub.cpp,v 1.4 2001-10-17 09:15:22 phaller Exp $ */ | 
|---|
| 2 |  | 
|---|
| 3 | /* | 
|---|
| 4 | * Win32 SHELL32 for OS/2 | 
|---|
| 5 | * | 
|---|
| 6 | * Project Odin Software License can be found in LICENSE.TXT | 
|---|
| 7 | */ | 
|---|
| 8 |  | 
|---|
| 9 |  | 
|---|
| 10 | /***************************************************************************** | 
|---|
| 11 | * Includes                                                                  * | 
|---|
| 12 | *****************************************************************************/ | 
|---|
| 13 |  | 
|---|
| 14 | #include <odin.h> | 
|---|
| 15 | #include <odinwrap.h> | 
|---|
| 16 | #include <os2sel.h> | 
|---|
| 17 |  | 
|---|
| 18 | #include <string.h> | 
|---|
| 19 | #include <ctype.h> | 
|---|
| 20 | #include <wctype.h> | 
|---|
| 21 | #define HAVE_WCTYPE_H | 
|---|
| 22 | #include <odin.h> | 
|---|
| 23 |  | 
|---|
| 24 | #define ICOM_CINTERFACE 1 | 
|---|
| 25 | #define CINTERFACE 1 | 
|---|
| 26 |  | 
|---|
| 27 | #include "debugtools.h" | 
|---|
| 28 | #include "winnls.h" | 
|---|
| 29 | #include "winversion.h" | 
|---|
| 30 | #include "winreg.h" | 
|---|
| 31 | #include "crtdll.h" | 
|---|
| 32 |  | 
|---|
| 33 | #include "shlobj.h" | 
|---|
| 34 | #include "shell32_main.h" | 
|---|
| 35 |  | 
|---|
| 36 | #include <heapstring.h> | 
|---|
| 37 | #include <misc.h> | 
|---|
| 38 |  | 
|---|
| 39 |  | 
|---|
| 40 | ODINDEBUGCHANNEL(SHELL32-SHELLSTUB) | 
|---|
| 41 |  | 
|---|
| 42 | ODINFUNCTION3(DWORD, SHCreateStdEnumFmtEtc, DWORD, x1, DWORD, x2, DWORD, x3) | 
|---|
| 43 | { | 
|---|
| 44 | dprintf(("STUB!")); | 
|---|
| 45 | return 0; | 
|---|
| 46 | } | 
|---|
| 47 |  | 
|---|
| 48 | ODINFUNCTION2(DWORD, SHFindFiles, DWORD, x1, DWORD, x2) | 
|---|
| 49 | { | 
|---|
| 50 | dprintf(("STUB!")); | 
|---|
| 51 | return 0; | 
|---|
| 52 | } | 
|---|
| 53 |  | 
|---|
| 54 | ODINFUNCTION2(DWORD, SHFindComputer, DWORD, x1, DWORD, x2) | 
|---|
| 55 | { | 
|---|
| 56 | dprintf(("STUB!")); | 
|---|
| 57 | return 0; | 
|---|
| 58 | } | 
|---|
| 59 |  | 
|---|
| 60 | ODINFUNCTION3(DWORD, DAD_AutoScroll, DWORD, x1, DWORD, x2, DWORD, x3) | 
|---|
| 61 | { | 
|---|
| 62 | dprintf(("STUB!")); | 
|---|
| 63 | return 0; | 
|---|
| 64 | } | 
|---|
| 65 |  | 
|---|
| 66 | ODINFUNCTION1(DWORD, DAD_DragEnter, DWORD, x1) | 
|---|
| 67 | { | 
|---|
| 68 | dprintf(("STUB!")); | 
|---|
| 69 | return 0; | 
|---|
| 70 | } | 
|---|
| 71 |  | 
|---|
| 72 | ODINFUNCTION3(DWORD, DAD_DragEnterEx, DWORD, x1, DWORD, x2, DWORD, x3) | 
|---|
| 73 | { | 
|---|
| 74 | dprintf(("STUB!")); | 
|---|
| 75 | return 0; | 
|---|
| 76 | } | 
|---|
| 77 |  | 
|---|
| 78 | ODINFUNCTION0(DWORD, DAD_DragLeave) | 
|---|
| 79 | { | 
|---|
| 80 | dprintf(("STUB!")); | 
|---|
| 81 | return 0; | 
|---|
| 82 | } | 
|---|
| 83 |  | 
|---|
| 84 | ODINFUNCTION2(DWORD, DAD_DragMove, DWORD, x1, DWORD, x2) | 
|---|
| 85 | { | 
|---|
| 86 | dprintf(("STUB!")); | 
|---|
| 87 | return 0; | 
|---|
| 88 | } | 
|---|
| 89 |  | 
|---|
| 90 | ODINFUNCTION1(DWORD, Desktop_UpdateBriefcaseOnEvent, DWORD, x1) | 
|---|
| 91 | { | 
|---|
| 92 | dprintf(("STUB!")); | 
|---|
| 93 | return 0; | 
|---|
| 94 | } | 
|---|
| 95 |  | 
|---|
| 96 | ODINFUNCTION1(DWORD, InvalidateDriveType, DWORD, x1) | 
|---|
| 97 | { | 
|---|
| 98 | dprintf(("STUB!")); | 
|---|
| 99 | return 0; | 
|---|
| 100 | } | 
|---|
| 101 |  | 
|---|
| 102 |  | 
|---|
| 103 | ODINFUNCTION1(DWORD, SHGlobalDefect, DWORD, x1) | 
|---|
| 104 | { | 
|---|
| 105 | dprintf(("STUB!")); | 
|---|
| 106 | return 0; | 
|---|
| 107 | } | 
|---|
| 108 |  | 
|---|
| 109 | ODINFUNCTION2(DWORD, SHHandleDiskFull, DWORD, x1, DWORD, x2) | 
|---|
| 110 | { | 
|---|
| 111 | dprintf(("STUB!")); | 
|---|
| 112 | return 0; | 
|---|
| 113 | } | 
|---|