From 7276b467c532820b3de4368084728b73d7c0dc87 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Sat, 14 Oct 2023 21:28:11 +0000 Subject: Missing !endif in makefile.vc --- win/rules.vc | 1 + 1 file changed, 1 insertion(+) diff --git a/win/rules.vc b/win/rules.vc index 32a5024..fc816ac 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -881,6 +881,7 @@ USE_THREAD_ALLOC= 0 !message *** Force 64-bit time_t _USE_64BIT_TIME_T = 1 !endif +!endif # Yes, it's weird that the "symbols" option controls DEBUG and # the "pdbs" option controls SYMBOLS. That's historical. -- cgit v0.12