[dasher] Only test for _MSC_VER in _WIN32 case (fix eaa5f3)



commit 26aaa7ac2301f96fd7b9c9646d3372818d387b9d
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Mon Oct 1 16:06:36 2012 +0100

    Only test for _MSC_VER in _WIN32 case (fix eaa5f3)

 Src/Common/Common.h |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/Src/Common/Common.h b/Src/Common/Common.h
index c538acf..325d2e7 100644
--- a/Src/Common/Common.h
+++ b/Src/Common/Common.h
@@ -23,16 +23,14 @@
 
 #ifdef _WIN32
 #include "MSVC_Unannoy.h"
-#endif
-
-/////////////////////////////////////////////////////////////////////////////
-
-// Set up any platform deficiencies
 
 #if _MSC_VER < 1300
 #include "Platform/stdminmax.h"
 #endif
 
+#endif
+
+
 #include "myassert.h"
 
 #include "mydebug.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]