summaryrefslogtreecommitdiffstats
path: root/PC/getpath_nt.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-22 00:06:59 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-22 00:06:59 (GMT)
commiteaf9b6cd7b18baba7b41b35535b73ddaff480d85 (patch)
treef7e891d746270299151eca721ea87fa416a81446 /PC/getpath_nt.c
parent497aedd2ff0e438a088108a7c4eb37ff8a14ff64 (diff)
downloadcpython-eaf9b6cd7b18baba7b41b35535b73ddaff480d85.zip
cpython-eaf9b6cd7b18baba7b41b35535b73ddaff480d85.tar.gz
cpython-eaf9b6cd7b18baba7b41b35535b73ddaff480d85.tar.bz2
More changes for NT, Guido style
Diffstat (limited to 'PC/getpath_nt.c')
-rw-r--r--PC/getpath_nt.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/PC/getpath_nt.c b/PC/getpath_nt.c
index 045fc7c..039a39e 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