Index: Makefile.vc6
===================================================================
RCS file: /cvsroot/curl/curl/lib/Makefile.vc6,v
retrieving revision 1.49
diff -u -b -r1.49 Makefile.vc6
--- Makefile.vc6	26 May 2004 11:49:28 -0000	1.49
+++ Makefile.vc6	28 May 2004 17:15:58 -0000
@@ -32,6 +32,10 @@
 ZLIB_PATH  = ../../zlib-1.1.4
 !ENDIF
 
+# Use the high resolution time by default.  Comment this out
+# to use low resolution time and not require winmm.lib
+USEMM_LIBS = YES
+
 #############################################################
 ## Nothing more to do below this line!
 
