From 9d3364f4da3fe77113147d9350c0e8c8c7f7a637 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 16 May 2015 18:44:07 +0200 Subject: fixes to make MO compile with mingw (also fixes some warnings generated by mingw) --- src/shared/stackdata.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared/stackdata.cpp') diff --git a/src/shared/stackdata.cpp b/src/shared/stackdata.cpp index 43acd90a..4450756d 100644 --- a/src/shared/stackdata.cpp +++ b/src/shared/stackdata.cpp @@ -11,6 +11,7 @@ using namespace MOShared; +#ifdef _MSC_VER static void initDbgIfNecess() { @@ -162,3 +163,4 @@ bool MOShared::operator<(const StackData &LHS, const StackData &RHS) { } return false; } +#endif -- cgit v1.3.1