Commit bfe8c8c8 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

fixed builtin mmsystem.dll init sequence

parent 0e56104c
name mmsystem name mmsystem
type win16 type win16
init MMSYSTEM_LibMain
#1 pascal MMSYSTEM_WEP(word word word ptr) MMSYSTEM_WEP #1 pascal MMSYSTEM_WEP(word word word ptr) MMSYSTEM_WEP
2 pascal sndPlaySound(ptr word) sndPlaySound16 2 pascal sndPlaySound(ptr word) sndPlaySound16
...@@ -175,5 +174,6 @@ init MMSYSTEM_LibMain ...@@ -175,5 +174,6 @@ init MMSYSTEM_LibMain
#2005 stub MCIGETTHUNKTABLE #2005 stub MCIGETTHUNKTABLE
#2006 stub WINMMSL_THUNKDATA16 #2006 stub WINMMSL_THUNKDATA16
2046 pascal DllEntryPoint(long word word word long word) MMSYSTEM_LibMain
# this is a wine only exported function. Is there another way to do it ? # this is a wine only exported function. Is there another way to do it ?
2047 pascal WINE_mmThreadEntryPoint(long) WINE_mmThreadEntryPoint 2047 pascal WINE_mmThreadEntryPoint(long) WINE_mmThreadEntryPoint
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