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.

35 lines
763 B

  1. /*
  2. Copyright (c) 1996-2000 Microsoft Corporation. All rights reserved.
  3. */
  4. #ifndef _COMMON_H_
  5. #define _COMMON_H_
  6. #if (DBG)
  7. #if !defined(DEBUG_LEVEL)
  8. #define DEBUG_LEVEL DEBUGLVL_TERSE
  9. #endif
  10. #endif
  11. #include <winerror.h>
  12. /*****************************************************************************
  13. * Includes common to all implementation files
  14. *****************************************************************************/
  15. #define PC_NEW_NAMES 1
  16. #include <stdunk.h>
  17. #include <portcls.h>
  18. #include <ksdebug.h>
  19. #include <dmusicks.h> // Ks defines
  20. #include <dmerror.h> // Error codes
  21. #include <dmdls.h> // DLS definitions
  22. #include "kernhelp.h"
  23. #include "CSynth.h"
  24. #include "synth.h"
  25. #include "muldiv32.h"
  26. #endif //_COMMON_H_