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

  1. ; Copyright (c) 1998 Microsoft Corporation
  2. LIBRARY DMUSIC16
  3. DESCRIPTION 'DirectMusic 16-bit sequencer'
  4. EXETYPE WINDOWS
  5. PROTMODE
  6. DATA MOVEABLE SINGLE PRELOAD
  7. HEAPSIZE 2048
  8. SEGMENTS
  9. _TEXT MOVEABLE PRELOAD ; drvproc.c
  10. INIT_TEXT MOVEABLE DISCARDABLE PRELOAD
  11. FIX_IN_TEXT MOVEABLE DISCARDABLE PRELOAD
  12. FIX_OUT_TEXT MOVEABLE DISCARDABLE PRELOAD
  13. FIX_COMM_TEXT MOVEABLE DISCARDABLE PRELOAD
  14. ;
  15. ; The C-runtime places it's WEP in a fixed segment
  16. ; this was only needed in Windows 3.0. This will
  17. ; allow the segment to be moved and discarded if
  18. ; needed.
  19. ;
  20. WEP_TEXT MOVEABLE DISCARDABLE PRELOAD; c-runtime
  21. EXPORTS
  22. WEP @1 RESIDENTNAME
  23. DllEntryPoint @4 RESIDENTNAME
  24. DriverProc @5 RESIDENTNAME
  25. dmthunk_ThunkData16
  26. midiInProc
  27. midiOutProc
  28. RunTimer