From: Gisle Vanem Date: Mon, 8 Nov 2004 14:21:24 +0000 (+0000) Subject: Change OS name. Fix header guard. X-Git-Tag: curl-7_12_3~240 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=592686bee98b50093c11245466552eaf6e0b92f1;p=thirdparty%2Fcurl.git Change OS name. Fix header guard. --- diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index bf2690c861..e15b28a711 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -1,8 +1,8 @@ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ -#ifndef __CONFIG_WIN32_H -#define __CONFIG_WIN32_H +#ifndef __CONFIG_WIN32CE_H +#define __CONFIG_WIN32CE_H /* Define if on AIX 3. System headers sometimes define this. @@ -40,7 +40,7 @@ #endif /* Borland lacks _lseeki64(), so we don't support >2GB files */ -#define SIZEOF_CURL_OFF_T 4 +#define SIZEOF_CURL_OFF_T 4 /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 @@ -49,7 +49,7 @@ /* #define TIME_WITH_SYS_TIME 1 */ /* Define cpu-machine-OS */ -#define OS "i386-pc-win32" +#define OS "i386-pc-win32ce" /* The number of bytes in a long double. */ #define SIZEOF_LONG_DOUBLE 16