blob: a3bc7e73769d66dba54654a3b1d1ee164aadb066 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/FontVault.h.orig Fri Nov 22 00:07:06 2002
+++ src/FontVault.h Thu Nov 28 23:41:37 2002
@@ -34,7 +34,7 @@
}
};
-#if (HASHMAP_NAMESPACE == __gnu_cxx)
+#if defined(HAVE_GNU_CXX_HASHMAP)
typedef __gnu_cxx::hash_map<std::string, TTF_Font*, ures_hasher, ures_eqstr> Fonts_HashMap;
#else
typedef std::hash_map<std::string, TTF_Font*, ures_hasher, ures_eqstr> Fonts_HashMap;
|