diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-10 16:07:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-10 16:07:19 +0000 |
commit | 50a185356082f800e760ceb932c062bf194145d7 (patch) | |
tree | 02c3fe1365f931cac77d14966b407ce03ad7d967 /src | |
parent | 35e158d80becdcf1958ac1352bd5ab3818c50b62 (diff) | |
download | curl-50a185356082f800e760ceb932c062bf194145d7.tar.gz |
use the new OS define from lib/config-win32.h
Diffstat (limited to 'src')
-rw-r--r-- | src/config-win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <io.h> header file. */ #define HAVE_IO_H 1 |