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

  1. // Copyright (c) 1999 Microsoft Corporation
  2. #pragma once
  3. #include <xutility>
  4. #include "dmusici.h"
  5. #include "Validate.h"
  6. #include "debug.h"
  7. #include "smartref.h"
  8. #include "miscutil.h"
  9. // undefine min and max from WINDEF.H
  10. // use std::_MIN and std::_MAX instead
  11. #undef min
  12. #undef max
  13. //const g_ScriptCallTraceLevel = -1; // always log
  14. const g_ScriptCallTraceLevel = 4; // only log at level 4 and above