aboutsummaryrefslogtreecommitdiff
path: root/src/lanesconf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lanesconf.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lanesconf.h b/src/lanesconf.h
index 938d743..f20dfff 100644
--- a/src/lanesconf.h
+++ b/src/lanesconf.h
@@ -41,5 +41,12 @@
41#endif // __cplusplus 41#endif // __cplusplus
42#endif // (defined PLATFORM_WIN32) || (defined PLATFORM_POCKETPC) 42#endif // (defined PLATFORM_WIN32) || (defined PLATFORM_POCKETPC)
43 43
44// kind of MSVC-specific
45#ifdef _DEBUG
46#define HAVE_LUA_ASSERT() 1
47#else // NDEBUG
48#define HAVE_LUA_ASSERT() 0
49#endif // NDEBUG
50
44#define USE_DEBUG_SPEW() 0 51#define USE_DEBUG_SPEW() 0
45#define HAVE_DECODA_SUPPORT() 0 52#define HAVE_DECODA_SUPPORT() 0