aboutsummaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-10 08:14:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-10 08:14:22 +0000
commitf9e1f32adb36311f003a92415d928d72347b6a92 (patch)
tree83d9f999d2d1cca2624c5cafc06e338179b6e32a /lib/config-win32.h
parent93f96835f8c2126f3299568d66edfdc7664e555c (diff)
make windows builds use the OS string "i386-pc-win32" instead of just "win32"
to make it more like other OS strings
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index c734d7c48..7eca94e44 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -45,7 +45,7 @@
/* #define TIME_WITH_SYS_TIME 1 */
/* Define cpu-machine-OS */
-#define OS "win32"
+#define OS "i386-pc-win32"
/* The number of bytes in a long double. */
#define SIZEOF_LONG_DOUBLE 16