aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2024-01-17 16:45:25 +1000
committerSteve Bennett <steveb@workware.net.au>2024-01-17 16:45:25 +1000
commit28616f2ae32e6406e188afefa1ff8add9bc4f3d7 (patch)
tree648f340099152897fa5fb57223395b7c4bf6959b
parent2e7dbf32f7e2094d148b1e994b0f367e0d161087 (diff)
downloadjimtcl-bootstrap-jimsh.zip
jimtcl-bootstrap-jimsh.tar.gz
jimtcl-bootstrap-jimsh.tar.bz2
Update autosetup/jimsh0.c for testingbootstrap-jimsh
-rw-r--r--autosetup/jimsh0.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/autosetup/jimsh0.c b/autosetup/jimsh0.c
index 8bd65e9..9f0c91c 100644
--- a/autosetup/jimsh0.c
+++ b/autosetup/jimsh0.c
@@ -28,6 +28,10 @@
#define TCL_PLATFORM_OS "mingw"
#define TCL_PLATFORM_PLATFORM "windows"
#define TCL_PLATFORM_PATH_SEPARATOR ";"
+/* Need at least Windows XP for GetProcessId() */
+#ifndef _WIN32_WINNT
+#define _WIN32_WINNT _WIN32_WINNT_WINXP
+#endif
#define HAVE_MKDIR_ONE_ARG
#define HAVE_SYSTEM
#define HAVE_SYS_TIME_H