ソースを参照

fix to new binary option

David Rose 19 年 前
コミット
22dae62b62
1 ファイル変更1 行追加1 行削除
  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 */