diff options
-rw-r--r-- | osdep/priority.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/osdep/priority.c b/osdep/priority.c index 8ef7c34c76..7a75153fa0 100644 --- a/osdep/priority.c +++ b/osdep/priority.c @@ -34,9 +34,6 @@ #else -/* Disable non-underscored versions of non-ANSI functions - * as otherwise int eof would conflict with eof(). */ -#define _UWIN 1 #include <windows.h> #endif /* __OS2__ */ |