Comment out stub WEP entry points so that we can call WEP for builtin

dlls too.
This commit is contained in:
Alexandre Julliard 2005-05-23 10:12:26 +00:00
parent 0ddd30b0b6
commit aebb745488
8 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -1,3 +1,3 @@
1 stub WINDEBUG
2 stub WEP
# 2 stub WEP
3 pascal -register WinNotify() WinNotify16

View File

@ -1,4 +1,4 @@
1 stub WEP
#1 stub WEP
2 stub ROT16_ISRUNNING16
3 stub ISWIN32SHANDLE
4 stub ___EXPORTEDSTUB

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
1 stub WEP
#1 stub WEP
2 pascal -ret16 BootTask() BootTask16
3 stub CREATEPROCESS
4 stub WAITFORDEBUGEVENT