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:
@@ -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
|
||||
|
||||
|
||||
@@ -154,7 +154,7 @@ std::string Utf16ToUtf8(const Utf16String& str);
|
||||
Utf16String Utf8ToUtf16(const std::string& str);
|
||||
std::string UnicodeToUtf8(const UnicodeString& str);
|
||||
UnicodeString Utf8ToUnicode(const std::string& str);
|
||||
#ifdef WIN32__
|
||||
#ifdef WIN32
|
||||
std::string Utf8ToSystemNative(const std::string& utf8str);
|
||||
std::string SystemNativeToUtf8(const std::string& natstr);
|
||||
#else // Other platforms use natively utf8 (at least we suppose so)
|
||||
|
||||
Reference in New Issue
Block a user