mirror of https://github.com/tongzx/nt5src
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
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
|