diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index a7177b8a14ce28d009fa53d65cc9eb3a326bcd79..e85ad047645f1de92ebea54b511529a209d44690 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -32,6 +32,10 @@ OPENSSL_PATH = ../../openssl-0.9.7a 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!