null+****@clear*****
null+****@clear*****
2011年 12月 27日 (火) 21:52:26 JST
Kouhei Sutou 2011-12-27 21:52:26 +0900 (Tue, 27 Dec 2011)
New Revision: 6bba0be1cee2b783bec70ef20d390988c990a1c6
Log:
[windows] don't rename open method.
Modified files:
lib/dat/file-impl.cpp
Modified: lib/dat/file-impl.cpp (+3 -0)
===================================================================
--- lib/dat/file-impl.cpp 2011-12-27 17:58:04 +0900 (b46a2f7)
+++ lib/dat/file-impl.cpp 2011-12-27 21:52:26 +0900 (3cf029a)
@@ -29,6 +29,9 @@
# ifdef max
# undef max
# endif // max
+# ifdef open
+# undef open
+# endif // open
#else // WIN32
#include <fcntl.h>
#include <sys/mman.h>