Browse Source

Add header that will contain msvc fixes

nemerle 8 years ago
parent
commit
3f217e83da
1 changed files with 3 additions and 0 deletions
  1. 3 0
      include/msvc_fixes.h

+ 3 - 0
include/msvc_fixes.h

@@ -0,0 +1,3 @@
+#ifdef _MSC_VER
+#include <iso646.h>
+#endif