summaryrefslogtreecommitdiffstats
path: root/PC/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'PC/config.h')
-rw-r--r--PC/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/PC/config.h b/PC/config.h
index 0367e3b..d727102 100644
--- a/PC/config.h
+++ b/PC/config.h
@@ -44,10 +44,6 @@ compiler specific". Therefore, these should be very rare.
#define PREFIX ""
#define EXEC_PREFIX ""
-#ifndef WIN32_PATCH_LEVEL
-#define WIN32_PATCH_LEVEL "14"
-#endif
-
/* Microsoft C defines _MSC_VER */
#if defined(_MSC_VER) && _MSC_VER > 850