]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/string/pooledstring.cpp
Centralise compile checks
[xonotic/netradiant.git] / libs / string / pooledstring.cpp
index 96cb298d56cd94c7feb34c724cc4208d338ea39c..d43863311374c07261402b225ab85a5d35508535 100644 (file)
@@ -1,8 +1,9 @@
 
 #include "pooledstring.h"
+#include "globaldefs.h"
 #include "generic/static.h"
 
-#if defined( _DEBUG )
+#if GDEF_DEBUG
 
 namespace ExamplePooledString
 {
@@ -21,4 +22,4 @@ struct Always
 } always;
 }
 
-#endif
\ No newline at end of file
+#endif