Commit aebb7454 authored by Alexandre Julliard's avatar Alexandre Julliard

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

dlls too.
parent 0ddd30b0
......@@ -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
......
......@@ -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
......
1 stub WINDEBUG
2 stub WEP
# 2 stub WEP
3 pascal -register WinNotify() WinNotify16
1 stub WEP
#1 stub WEP
2 stub ROT16_ISRUNNING16
3 stub ISWIN32SHANDLE
4 stub ___EXPORTEDSTUB
......
1 stub WEP
#1 stub WEP
2 pascal -ret16 IpOpen(str ptr) IpOpen16
3 stub IpOpenAppend #(str word)
4 pascal -ret16 IpClose(word) IpClose16
......
......@@ -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
......@@ -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
......
1 stub WEP
#1 stub WEP
2 pascal -ret16 BootTask() BootTask16
3 stub CREATEPROCESS
4 stub WAITFORDEBUGEVENT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment