From 3e70dd4ee901eb73bee0bc707bbb7207416a2a4b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 16 Feb 2003 04:06:23 +0000 Subject: [PATCH] _debug -> debug --- stepmania/src/archutils/Win32/CrashList.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/archutils/Win32/CrashList.h b/stepmania/src/archutils/Win32/CrashList.h index 91a0a4c21a..297b83fc42 100644 --- a/stepmania/src/archutils/Win32/CrashList.h +++ b/stepmania/src/archutils/Win32/CrashList.h @@ -26,7 +26,7 @@ public: void Remove() { next->prev = prev; prev->next = next; -#ifdef _DEBUG +#ifdef DEBUG prev = next = 0; #endif }