Leaked source code of windows server 2003
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.

54 lines
1.2 KiB

  1. /**********************************************************************
  2. Copyright (c) 1992-1998 Microsoft Corporation
  3. mmcompat.h
  4. DESCRIPTION:
  5. Win95 Multimedia definitions, structures, and functions
  6. not currently supported in NT 4.0
  7. *********************************************************************/
  8. #ifndef _MMCOMPAT_
  9. #define _MMCOMPAT_
  10. #define __segname(a)
  11. #define GlobalSmartPageLock(a) (TRUE)
  12. #define GlobalSmartPageUnlock(a) (TRUE)
  13. #define wmmMIDIRunOnce()
  14. //
  15. // Note: Temporary definitions, please remove when mmddk.h
  16. // have been updated to new standard !!!
  17. //
  18. // Should be defined in <mmddk.h>
  19. #ifndef DRV_F_ADD
  20. #define DRV_F_ADD 0x00000000L
  21. #endif
  22. #ifndef DRV_F_REMOVE
  23. #define DRV_F_REMOVE 0x00000001L
  24. #endif
  25. #ifndef DRV_F_CHANGE
  26. #define DRV_F_CHANGE 0x00000002L
  27. #endif
  28. #ifndef DRV_F_PROP_INSTR
  29. #define DRV_F_PROP_INSTR 0x00000004L
  30. #endif
  31. #ifndef DRV_F_NEWDEFAULTS
  32. #define DRV_F_NEWDEFAULTS 0x00000008L
  33. #endif
  34. #ifndef DRV_F_PARAM_IS_DEVNODE
  35. #define DRV_F_PARAM_IS_DEVNODE 0x10000000L
  36. #endif
  37. #endif // end #ifndef _MMCOMPAT_