]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/generic/callback.cpp
Centralise compile checks
[xonotic/netradiant.git] / libs / generic / callback.cpp
index c4fefb8e32360a034c26a7cc49fd292e984dace3..74fe6ee03cacb459232a8b770994dcfb7c484b22 100644 (file)
@@ -20,8 +20,9 @@
  */
 
 #include "callback.h"
+#include "globaldefs.h"
 
-#if defined( _DEBUG ) || defined( DOXYGEN )
+#if GDEF_DEBUG || defined( DOXYGEN )
 
 namespace ExampleMemberCaller
 {