summaryrefslogtreecommitdiffhomepage
path: root/src/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os.h')
-rw-r--r--src/os.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os.h b/src/os.h
index 0e30005..d789717 100644
--- a/src/os.h
+++ b/src/os.h
@@ -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