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.

28 lines
544 B

  1. // Copyright (c) 1998 Microsoft Corporation
  2. #ifndef _COMMON_H_
  3. #define _COMMON_H_
  4. #if (DBG)
  5. #if !defined(DEBUG_LEVEL)
  6. #define DEBUG_LEVEL DEBUGLVL_VERBOSE
  7. #endif
  8. #endif
  9. #include <winerror.h>
  10. #include "portcls.h"
  11. #include "ksdebug.h"
  12. #include <dmusicks.h> // Ks defines
  13. #include <dmerror.h> // Error codes
  14. #include <dmdls.h> // DLS definitions
  15. #include "kernhelp.h"
  16. #include "CSynth.h"
  17. #include "synth.h"
  18. #include "float.h"
  19. #include "muldiv32.h"
  20. #include "SysLink.h"
  21. #endif //_COMMON_H_