Reverted WIN32 target-define back

git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@168 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-07-25 16:54:23 +00:00
parent 406e29984f
commit 08a01692bd
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
#include <time.h>
#ifdef WIN32__
#ifdef WIN32
void RaiseDebugger() {
#ifdef DEBUG
@@ -119,7 +119,7 @@ void RaiseDebugger() {
#endif
#ifdef WIN32__
#ifdef WIN32
#include "AuxLib.h" // for Windows.h
@@ -447,7 +447,7 @@ void DumpCallstack(void (*PrintOutFct) (const std::string&)) {
free(strs);
}
#elif defined(WIN32__)
#elif defined(WIN32)
#include "StackWalker.h" // Call Luke Stackwalker for help