Sample Code

Windows Driver Samples/ DirectMusic Software Synthesizer Sample/ C++/ common.h/

/*
    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 <winerror.h>

/*****************************************************************************
 * Includes common to all implementation files
 *****************************************************************************/

#define PC_NEW_NAMES    1

#include <stdunk.h>
#include <portcls.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 "muldiv32.h"

#endif  //_COMMON_H_

Our Services

  • What our customers say about us?

© 2011-2024 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS