summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 744c712009..abac2b1e3d 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -19,9 +19,7 @@
//
// #include <stdarg.h> conflict with varargs.h?
-// There is function-name conflitct, so we rename it
#if !defined(IN) && !defined(FLOAT)
-#define OpenFile WINAPI_OpenFile
#ifdef __BORLANDC__
#define USE_WINSOCK2
#endif
@@ -32,7 +30,6 @@
#include <windows.h>
#include <winsock.h>
#endif
-#undef OpenFile
#endif
#define NT 1 /* deprecated */