diff options
| author | Tannin <devnull@localhost> | 2015-05-16 18:44:07 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-05-16 18:44:07 +0200 |
| commit | 9d3364f4da3fe77113147d9350c0e8c8c7f7a637 (patch) | |
| tree | f779a4e680596224e015cc3afebaa61ac7e572b4 /src/shared/stackdata.cpp | |
| parent | 9ea5086c4cd1acf6f462070a5c792a252aa176dd (diff) | |
fixes to make MO compile with mingw (also fixes some warnings generated by mingw)
Diffstat (limited to 'src/shared/stackdata.cpp')
| -rw-r--r-- | src/shared/stackdata.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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
|
