/* Copyright (c) 1996-2000 Microsoft Corporation. All rights reserved. */ #ifndef _COMMON_H_ #define _COMMON_H_ #if (DBG) #if !defined(DEBUG_LEVEL) #define DEBUG_LEVEL DEBUGLVL_TERSE #endif #endif #include /***************************************************************************** * Includes common to all implementation files *****************************************************************************/ #define PC_NEW_NAMES 1 #include #include #include #include // Ks defines #include // Error codes #include // DLS definitions #include "kernhelp.h" #include "CSynth.h" #include "synth.h" #include "muldiv32.h" #endif //_COMMON_H_