summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/win32.c b/loader/win32.c
index e845bd4e73..30960eec99 100644
--- a/loader/win32.c
+++ b/loader/win32.c
@@ -145,7 +145,7 @@ static void longcount_stub(long long* z)
}
longcount(z);
}
-#define DETAILED_OUT
+
int LOADER_DEBUG=1; // active only if compiled with -DDETAILED_OUT
static inline void dbgprintf(char* fmt, ...)
{