From aebb74548891a5d230ef3e2ce16a0298d0f92268 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard <julliard@winehq.org> Date: Mon, 23 May 2005 10:12:26 +0000 Subject: [PATCH] Comment out stub WEP entry points so that we can call WEP for builtin dlls too. --- dlls/avifil32/avifile.spec | 2 +- dlls/kernel/comm.drv.spec | 2 +- dlls/kernel/windebug.spec | 2 +- dlls/ole32/ole2thk.spec | 2 +- dlls/setupapi/setupx.spec | 2 +- dlls/shell32/shell.spec | 2 +- dlls/user/keyboard.drv.spec | 2 +- dlls/win32s/win32s16.spec | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dlls/avifil32/avifile.spec b/dlls/avifil32/avifile.spec index db1437370c..71a6c74db4 100644 --- a/dlls/avifil32/avifile.spec +++ b/dlls/avifil32/avifile.spec @@ -3,7 +3,7 @@ # but the app doesn't really need to know, it should never need to # dereference the interface pointer itself (if we're lucky)... -1 stub WEP +#1 stub WEP 2 stub DLLGETCLASSOBJECT 3 stub DLLCANUNLOADNOW 4 stub ___EXPORTEDSTUB diff --git a/dlls/kernel/comm.drv.spec b/dlls/kernel/comm.drv.spec index d2b2cca9c3..fcba94ff8f 100644 --- a/dlls/kernel/comm.drv.spec +++ b/dlls/kernel/comm.drv.spec @@ -13,7 +13,7 @@ 13 stub CSETBRK 14 stub CCLRBRK 15 stub GETDCB - 16 stub WEP +#16 stub WEP 17 stub SUSPENDOPENCOMMPORTS # win3.1 18 stub REACTIVATEOPENCOMMPORTS # win3.1 19 stub COMMWRITESTRING diff --git a/dlls/kernel/windebug.spec b/dlls/kernel/windebug.spec index 658d7a889d..ed04acef90 100644 --- a/dlls/kernel/windebug.spec +++ b/dlls/kernel/windebug.spec @@ -1,3 +1,3 @@ 1 stub WINDEBUG - 2 stub WEP +# 2 stub WEP 3 pascal -register WinNotify() WinNotify16 diff --git a/dlls/ole32/ole2thk.spec b/dlls/ole32/ole2thk.spec index 7ce7dc1150..7e64f55ae4 100644 --- a/dlls/ole32/ole2thk.spec +++ b/dlls/ole32/ole2thk.spec @@ -1,4 +1,4 @@ -1 stub WEP +#1 stub WEP 2 stub ROT16_ISRUNNING16 3 stub ISWIN32SHANDLE 4 stub ___EXPORTEDSTUB diff --git a/dlls/setupapi/setupx.spec b/dlls/setupapi/setupx.spec index be6bcfd640..7243a9749d 100644 --- a/dlls/setupapi/setupx.spec +++ b/dlls/setupapi/setupx.spec @@ -1,4 +1,4 @@ -1 stub WEP +#1 stub WEP 2 pascal -ret16 IpOpen(str ptr) IpOpen16 3 stub IpOpenAppend #(str word) 4 pascal -ret16 IpClose(word) IpClose16 diff --git a/dlls/shell32/shell.spec b/dlls/shell32/shell.spec index 64c5574a89..ac36ec7737 100644 --- a/dlls/shell32/shell.spec +++ b/dlls/shell32/shell.spec @@ -5,6 +5,7 @@ 5 pascal RegSetValue(long str long str long) RegSetValue16 6 pascal RegQueryValue(long str ptr ptr) RegQueryValue16 7 pascal RegEnumKey(long long ptr long) RegEnumKey16 +# 8 stub WEP 9 pascal -ret16 DragAcceptFiles(word word) DragAcceptFiles16 11 pascal -ret16 DragQueryFile(word s_word ptr s_word) DragQueryFile16 12 pascal -ret16 DragFinish(word) DragFinish16 @@ -41,5 +42,4 @@ 401 stub SHCHECKDRIVE # 402 _RUNDLLCHECKDRIVE -# 8 WEP #32 WCI diff --git a/dlls/user/keyboard.drv.spec b/dlls/user/keyboard.drv.spec index b1a9183af2..230b18eb2e 100644 --- a/dlls/user/keyboard.drv.spec +++ b/dlls/user/keyboard.drv.spec @@ -5,7 +5,7 @@ 5 pascal -ret16 AnsiToOem(str ptr) AnsiToOem16 6 pascal -ret16 OemToAnsi(str ptr) OemToAnsi16 7 pascal -ret16 SetSpeed(word) SetSpeed16 -8 stub WEP +#8 stub WEP 9 stub INQUIREEX 10 stub TOASCIIEX 11 stub VKKEYSCANEX diff --git a/dlls/win32s/win32s16.spec b/dlls/win32s/win32s16.spec index ac547fd437..865db53952 100644 --- a/dlls/win32s/win32s16.spec +++ b/dlls/win32s/win32s16.spec @@ -1,4 +1,4 @@ -1 stub WEP +#1 stub WEP 2 pascal -ret16 BootTask() BootTask16 3 stub CREATEPROCESS 4 stub WAITFORDEBUGEVENT