Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jason Beetham
wine
Commits
20c4e852
Commit
20c4e852
authored
26 years ago
by
Eric Pouech
Committed by
Alexandre Julliard
26 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
parent
9b5d4922
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
if1632/mmsystem.spec
+8
-8
8 additions, 8 deletions
if1632/mmsystem.spec
relay32/winmm.spec
+1
-1
1 addition, 1 deletion
relay32/winmm.spec
with
9 additions
and
9 deletions
if1632/mmsystem.spec
+
8
−
8
View file @
20c4e852
...
...
@@ -115,7 +115,7 @@ type win16
708 pascal mciGetDriverData(word) mciGetDriverData16
710 pascal mciDriverYield(word) mciDriverYield16
711 pascal mciDriverNotify(word word word) mciDriverNotify16
712
stub MCIEXECUTE
712
pascal mciExecute(ptr) mciExecute
713 pascal mciFreeCommandResource(word) mciFreeCommandResource16
714 pascal mciSetYieldProc(word ptr long) mciSetYieldProc16
715 pascal mciGetDeviceIDFromElementID(long ptr) mciGetDeviceIDFromElementID16
...
...
@@ -131,11 +131,11 @@ type win16
807 pascal mixerGetLineControls(word ptr long) mixerGetLineControls16
808 pascal mixerGetControlDetails(word ptr long) mixerGetControlDetails16
809 pascal mixerSetControlDetails(word ptr long) mixerSetControlDetails16
900 pascal mmTaskCreate(
ptr
long long) mmTaskCreate16
902
stub MMTASKBLOCK
900 pascal mmTaskCreate(long
ptr
long) mmTaskCreate16
902
pascal mmTaskBlock(word) mmTaskBlock16
903 pascal mmTaskSignal(word) mmTaskSignal16
904 pascal mmGetCurrentTask() WIN16_GetCurrentTask #just the same
905
stub MMTASKYIELD
905
pascal mmTaskYield() mmTaskYield16
1100 pascal DRVOPEN(str str long) DrvOpen
1101 pascal DRVCLOSE(word long long) DrvClose
1102 pascal DRVSENDMESSAGE(word word long long) DrvSendMessage
...
...
@@ -143,11 +143,11 @@ type win16
1104 pascal DRVDEFDRIVERPROC(long word word long long) DrvDefDriverProc
1120 pascal mmThreadCreate(ptr ptr long long) mmThreadCreate16
1121 pascal mmThreadSignal(word) mmThreadSignal16
1122
stub MMTHREADBLOCK
1123
stub MMTHREADISCURRENT
1124
stub MMTHREADISVALID
1122
pascal mmThreadBlock(word) mmThreadBlock16
1123
pascal mmThreadIsCurrent(word) mmThreadIsCurrent16
1124
pascal mmThreadIsValid(word) mmThreadIsValid16
1125 pascal mmThreadGetTask(word) mmThreadGetTask16
1150
stub MMSHOWMMCPLPROPERTYSHEET
1150
pascal mmShowMMCPLPropertySheet(word word word word word word word) mmShowMMCPLPropertySheet16
1210 pascal mmioOpen(str ptr long) mmioOpen16
1211 pascal mmioClose(word word) mmioClose16
...
...
This diff is collapsed.
Click to expand it.
relay32/winmm.spec
+
1
−
1
View file @
20c4e852
...
...
@@ -38,7 +38,7 @@ type win32
35 stdcall joySetThreshold(long long) joySetThreshold
36 stdcall mciDriverNotify(long long long) mciDriverNotify
37 stdcall mciDriverYield(long) mciDriverYield
38 st
ub
mciExecute
38 st
dcall mciExecute(str)
mciExecute
39 stdcall mciFreeCommandResource(long) mciFreeCommandResource
40 stdcall mciGetCreatorTask(long) mciGetCreatorTask
41 stdcall mciGetDeviceIDA(str) mciGetDeviceIDA
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment