diff options
Diffstat (limited to 'src/os.h')
-rw-r--r-- | src/os.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -28,8 +28,6 @@ #include <errno.h> #include <fcntl.h> #ifdef _WIN32 -#define NOMINMAX -#define WIN32_LEAN_AND_MEAN #include <io.h> #include <wchar.h> // DUMB HACK: noreturn.h is alphabetically before os.h so including it after |