diff options
author | Yang Tse <yangsita@gmail.com> | 2005-12-16 20:55:07 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2005-12-16 20:55:07 +0000 |
commit | e105d5c28f3f6c7034a8da2682bbc662ad6c15e1 (patch) | |
tree | ace47dc7dd2070e741f26d324cc64dc56c48980e /lib/config-win32ce.h | |
parent | d6ffb4c177615e766268bd4ab3afc9cef77aa7c9 (diff) | |
download | curl-e105d5c28f3f6c7034a8da2682bbc662ad6c15e1.tar.gz |
'Fix' windows builds
Diffstat (limited to 'lib/config-win32ce.h')
-rw-r--r-- | lib/config-win32ce.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 84c5eb8f6..ffc89d0b2 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -194,6 +194,9 @@ /* Define if you have the <time.h> header file. */ #define HAVE_TIME_H 1 +/* Define if you have the <windows.h> header file. */ +#define HAVE_WINDOWS_H 1 + /* Define if you have the <winsock.h> header file. */ #define HAVE_WINSOCK_H 1 |