Browse Source

fix to new binary option

David Rose 19 years ago
parent
commit
22dae62b62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ppremake/config_msvc.h

+ 1 - 1
ppremake/config_msvc.h

@@ -13,7 +13,7 @@
 #define HAVE_NAMESPACE 1
 
 /* Define if the C++ iostream library supports ios::binary.  */
-/* #undef HAVE_IOS_BINARY */
+#define HAVE_IOS_BINARY 1
 
 /* Define if fstream::open() accepts a third parameter for umask. */
 /* #undef HAVE_OPEN_MASK */