winmm.dll can now be properly separated.
This commit is contained in:
parent
b9521038ec
commit
728702e6ef
|
@ -3,9 +3,10 @@ TOPOBJDIR = ../..
|
|||
SRCDIR = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
MODULE = winmm
|
||||
SOVERSION = 1.0
|
||||
ALTNAMES = mmsystem sound
|
||||
IMPORTS = user32 kernel32 ntdll
|
||||
|
||||
LDDLLFLAGS = @LDDLLFLAGS@
|
||||
SYMBOLFILE = $(MODULE).tmp.o
|
||||
|
||||
C_SRCS = \
|
||||
driver.c \
|
||||
|
|
|
@ -135,7 +135,7 @@ owner winmm
|
|||
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
|
||||
904 pascal mmGetCurrentTask() GetCurrentTask #just the same
|
||||
905 pascal mmTaskYield() mmTaskYield16
|
||||
1100 pascal DrvOpen(str str long) DrvOpen16
|
||||
1101 pascal DrvClose(word long long) DrvClose16
|
||||
|
|
Loading…
Reference in New Issue