diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.vc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index a7df3fcda..af8715fc1 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -60,7 +60,7 @@ WINDOWS_SDK_PATH = "C:\Program Files\Microsoft SDK" !ENDIF
!ENDIF
-Use the high resolution time by default. Comment this out to use low
+# Use the high resolution time by default. Comment this out to use low
# resolution time and not require winmm.lib
USEMM_LIBS = YES
|