Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
aebb7454
Commit
aebb7454
authored
May 23, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment out stub WEP entry points so that we can call WEP for builtin
dlls too.
parent
0ddd30b0
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
8 deletions
+8
-8
avifile.spec
dlls/avifil32/avifile.spec
+1
-1
comm.drv.spec
dlls/kernel/comm.drv.spec
+1
-1
windebug.spec
dlls/kernel/windebug.spec
+1
-1
ole2thk.spec
dlls/ole32/ole2thk.spec
+1
-1
setupx.spec
dlls/setupapi/setupx.spec
+1
-1
shell.spec
dlls/shell32/shell.spec
+1
-1
keyboard.drv.spec
dlls/user/keyboard.drv.spec
+1
-1
win32s16.spec
dlls/win32s/win32s16.spec
+1
-1
No files found.
dlls/avifil32/avifile.spec
View file @
aebb7454
...
...
@@ -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
...
...
dlls/kernel/comm.drv.spec
View file @
aebb7454
...
...
@@ -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
...
...
dlls/kernel/windebug.spec
View file @
aebb7454
1 stub WINDEBUG
2 stub WEP
#
2 stub WEP
3 pascal -register WinNotify() WinNotify16
dlls/ole32/ole2thk.spec
View file @
aebb7454
1 stub WEP
#
1 stub WEP
2 stub ROT16_ISRUNNING16
3 stub ISWIN32SHANDLE
4 stub ___EXPORTEDSTUB
...
...
dlls/setupapi/setupx.spec
View file @
aebb7454
1 stub WEP
#
1 stub WEP
2 pascal -ret16 IpOpen(str ptr) IpOpen16
3 stub IpOpenAppend #(str word)
4 pascal -ret16 IpClose(word) IpClose16
...
...
dlls/shell32/shell.spec
View file @
aebb7454
...
...
@@ -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
dlls/user/keyboard.drv.spec
View file @
aebb7454
...
...
@@ -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
...
...
dlls/win32s/win32s16.spec
View file @
aebb7454
1 stub WEP
#
1 stub WEP
2 pascal -ret16 BootTask() BootTask16
3 stub CREATEPROCESS
4 stub WAITFORDEBUGEVENT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment