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
28 lines
544 B
// Copyright (c) 1998 Microsoft Corporation
|
|
#ifndef _COMMON_H_
|
|
#define _COMMON_H_
|
|
|
|
|
|
#if (DBG)
|
|
#if !defined(DEBUG_LEVEL)
|
|
#define DEBUG_LEVEL DEBUGLVL_VERBOSE
|
|
#endif
|
|
#endif
|
|
|
|
#include <winerror.h>
|
|
|
|
|
|
#include "portcls.h"
|
|
#include "ksdebug.h"
|
|
#include <dmusicks.h> // Ks defines
|
|
#include <dmerror.h> // Error codes
|
|
#include <dmdls.h> // DLS definitions
|
|
|
|
#include "kernhelp.h"
|
|
#include "CSynth.h"
|
|
#include "synth.h"
|
|
#include "float.h"
|
|
#include "muldiv32.h"
|
|
#include "SysLink.h"
|
|
|
|
#endif //_COMMON_H_
|