From: Daniel Stenberg Date: Wed, 10 Mar 2004 08:14:22 +0000 (+0000) Subject: make windows builds use the OS string "i386-pc-win32" instead of just "win32" X-Git-Tag: curl-7_11_1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e1f32adb36311f003a92415d928d72347b6a92;p=thirdparty%2Fcurl.git make windows builds use the OS string "i386-pc-win32" instead of just "win32" to make it more like other OS strings --- diff --git a/lib/config-win32.h b/lib/config-win32.h index c734d7c48e..7eca94e44b 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