diff options
author | Yang Tse <yangsita@gmail.com> | 2008-05-09 16:31:51 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-05-09 16:31:51 +0000 |
commit | 19479ea0217c93fd2973168084d1bb724eb8a34f (patch) | |
tree | a8b59cbb90c38f93c414ec5bebee3c60bd5ae887 /lib/config-win32ce.h | |
parent | d708ef6731445a84a3d0499a4b13fd09a0dd0520 (diff) | |
download | curl-19479ea0217c93fd2973168084d1bb724eb8a34f.tar.gz |
Internal time differences now use monotonic time source if available.
This also implies the removal of the winmm.lib dependency for WIN32.
Diffstat (limited to 'lib/config-win32ce.h')
-rw-r--r-- | lib/config-win32ce.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index 6c0fb411f..b3f6c74ff 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -350,7 +350,6 @@ #define CURL_DISABLE_FILE 1 #define CURL_DISABLE_TELNET 1 #define CURL_DISABLE_LDAP 1 -#define WITHOUT_MM_LIB 1 #ifdef HAVE_WINDOWS_H # ifndef WIN32_LEAN_AND_MEAN |