From 36f3962551272c1c1352d178a31b40ee73834a5c Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Thu, 22 Mar 2012 18:57:30 -0700 Subject: [PATCH] small fix for last commit - didn't notice that was an #elif instead of #if --- Source/Core/Common/Src/Common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h index a6beb79ef2..960bf75559 100644 --- a/Source/Core/Common/Src/Common.h +++ b/Source/Core/Common/Src/Common.h @@ -103,6 +103,8 @@ private: //CrtDebugBreak breakAt(614); #endif // end DEBUG/FAST +#endif + // Windows compatibility #ifndef _WIN32 #include