Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

18 lines
404 B

// 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