--- Platform/StringConverter.cpp
+++ Platform/StringConverter.cpp
@@ -6,7 +6,7 @@
  packages.
 */
 
-#ifdef __GNUC__
+#if defined (__GNUC__) && 0
 #	include <cxxabi.h>
 #endif
 #include <locale>
@@ -100,7 +100,7 @@
 
 			return rawName.substr (cut2 + 1, cut3 - cut2 - 1) + "::" + rawName.substr (cut1, cut2 - cut1);
 
-#elif defined (__GNUC__)
+#elif defined (__GNUC__) && 0
 			int status;
 			char *name = abi::__cxa_demangle (typeInfo.name(), nullptr, nullptr, &status);
 
