Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

38 lines
954 B

; Copyright (c) 1998 Microsoft Corporation
LIBRARY DMUSIC16
DESCRIPTION 'DirectMusic 16-bit sequencer'
EXETYPE WINDOWS
PROTMODE
DATA MOVEABLE SINGLE PRELOAD
HEAPSIZE 2048
SEGMENTS
_TEXT MOVEABLE PRELOAD ; drvproc.c
INIT_TEXT MOVEABLE DISCARDABLE PRELOAD
FIX_IN_TEXT MOVEABLE DISCARDABLE PRELOAD
FIX_OUT_TEXT MOVEABLE DISCARDABLE PRELOAD
FIX_COMM_TEXT MOVEABLE DISCARDABLE PRELOAD
;
; The C-runtime places it's WEP in a fixed segment
; this was only needed in Windows 3.0. This will
; allow the segment to be moved and discarded if
; needed.
;
WEP_TEXT MOVEABLE DISCARDABLE PRELOAD; c-runtime
EXPORTS
WEP @1 RESIDENTNAME
DllEntryPoint @4 RESIDENTNAME
DriverProc @5 RESIDENTNAME
dmthunk_ThunkData16
midiInProc
midiOutProc
RunTimer