This commit is contained in:
Jason Hood 2010-11-19 12:15:15 +10:00
parent 26a28bf0cc
commit 4bca0ee2fe

4
ANSI.c
View File

@ -76,9 +76,9 @@
// ========== Auxiliary debug function // ========== Auxiliary debug function
#define MYDEBUG 0 // no debugging //#define MYDEBUG 0 // no debugging
//#define MYDEBUG 1 // use OutputDebugString //#define MYDEBUG 1 // use OutputDebugString
//#define MYDEBUG 2 // use %temp%\ansicon.log #define MYDEBUG 2 // use %temp%\ansicon.log
#if (MYDEBUG > 0) #if (MYDEBUG > 0)
#if (MYDEBUG > 1) #if (MYDEBUG > 1)