From: Daniel Stenberg Date: Wed, 10 Mar 2004 16:07:19 +0000 (+0000) Subject: use the new OS define from lib/config-win32.h X-Git-Tag: curl-7_11_1~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50a185356082f800e760ceb932c062bf194145d7;p=curl use the new OS define from lib/config-win32.h --- diff --git a/src/config-win32.h b/src/config-win32.h index f357dfb6a..db2805900 100644 --- a/src/config-win32.h +++ b/src/config-win32.h @@ -3,7 +3,7 @@ #define HAVE_STRICMP 1 /* Define cpu-machine-OS */ -#define OS "win32" +#define OS "i386-pc-win32" /* Define if you have the header file. */ #define HAVE_IO_H 1