diff options
Diffstat (limited to 'PC/getpath_nt.c')
-rw-r--r-- | PC/getpath_nt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/PC/getpath_nt.c b/PC/getpath_nt.c index 045fc7c2d1..039a39e0f6 100644 --- a/PC/getpath_nt.c +++ b/PC/getpath_nt.c @@ -2,10 +2,6 @@ #include "osdefs.h" #include <windows.h> -#ifndef WIN32_PATCH_LEVEL -#define WIN32_PATCH_LEVEL "000" -#endif - /* PREFIX and EXEC_PREFIX are meaningless on Windows */ #ifndef PREFIX |