use the new OS define from lib/config-win32.h

This commit is contained in:
Daniel Stenberg 2004-03-10 16:07:19 +00:00
parent 35e158d80b
commit 50a1853560
1 changed files with 1 additions and 1 deletions

View File

@ -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