windows-nt/Source/XPSP1/NT/multimedia/directx/dmusic/dmscript/stdinc.h

19 lines
404 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// Copyright (c) 1999 Microsoft Corporation
#pragma once
#include <xutility>
#include "dmusici.h"
#include "Validate.h"
#include "debug.h"
#include "smartref.h"
#include "miscutil.h"
// undefine min and max from WINDEF.H
// use std::_MIN and std::_MAX instead
#undef min
#undef max
//const g_ScriptCallTraceLevel = -1; // always log
const g_ScriptCallTraceLevel = 4; // only log at level 4 and above