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
0eb5c525
Commit
0eb5c525
authored
Apr 01, 1999
by
Eric Pouech
Committed by
Alexandre Julliard
Apr 01, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added StackEnter() and StackLeave() stubs
parent
4e65995b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
mmsystem.spec
if1632/mmsystem.spec
+7
-7
No files found.
if1632/mmsystem.spec
View file @
0eb5c525
...
...
@@ -9,8 +9,8 @@ type win16
8 stub WMMMIDIRUNONCE
30 pascal16 OutputDebugStr(str) OutputDebugString16
31 pascal DriverCallback(long word word word long long long) DriverCallback16
32
stub STACKENTER
33
stub STACKLEAVE
32
pascal StackEnter() StackEnterLeave16
33
pascal StackLeave() StackEnterLeave16
34 stub MMDRVINSTALL
101 pascal joyGetNumDevs() joyGetNumDevs16
102 pascal joyGetDevCaps(word ptr word) joyGetDevCaps16
...
...
@@ -136,11 +136,11 @@ type win16
903 pascal mmTaskSignal(word) mmTaskSignal16
904 pascal mmGetCurrentTask() WIN16_GetCurrentTask #just the same
905 pascal mmTaskYield() mmTaskYield16
1100 pascal D
RVOPEN
(str str long) DrvOpen
1101 pascal D
RVCLOSE
(word long long) DrvClose
1102 pascal D
RVSENDMESSAGE
(word word long long) DrvSendMessage
1103 pascal
d
rvGetModuleHandle(word) DrvGetModuleHandle16
1104 pascal D
RVDEFDRIVERPROC
(long word word long long) DrvDefDriverProc
1100 pascal D
rvOpen
(str str long) DrvOpen
1101 pascal D
rvClose
(word long long) DrvClose
1102 pascal D
rvSendMessage
(word word long long) DrvSendMessage
1103 pascal
D
rvGetModuleHandle(word) DrvGetModuleHandle16
1104 pascal D
rvDefDriverProc
(long word word long long) DrvDefDriverProc
1120 pascal mmThreadCreate(ptr ptr long long) mmThreadCreate16
1121 pascal mmThreadSignal(word) mmThreadSignal16
1122 pascal mmThreadBlock(word) mmThreadBlock16
...
...
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