From 2b9f51219f792b7c82ad8228e1dde0983a46094a Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 6 Dec 2007 22:29:47 +0000 Subject: (svn r11584) -Change: add some extra checking in the hope to find the cause of FS#1482. --- src/stdafx.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stdafx.h') diff --git a/src/stdafx.h b/src/stdafx.h index 34fc57ee8..a4dd583ee 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -4,6 +4,7 @@ #ifndef STDAFX_H #define STDAFX_H +#define DEBUG_DUMP_COMMANDS /* It seems that we need to include stdint.h before anything else * We need INT64_MAX, which for most systems comes from stdint.h. However, MSVC -- cgit v1.2.3-54-g00ecf