mapi: ENTRY_CURRENT_TABLE_GET should be stringified.
[mesa.git] / src / mapi / mapi / entry.c
index f378ccfda95f5c15d19de1e7ba72c07f58a9db41..3d9168a724399a4600261da6ab8d6703bd7585c6 100644 (file)
@@ -37,7 +37,7 @@
 #ifdef MAPI_MODE_BRIDGE
 #define ENTRY_CURRENT_TABLE_GET "_glapi_get_dispatch"
 #else
-#define ENTRY_CURRENT_TABLE_GET "u_current_get_internal"
+#define ENTRY_CURRENT_TABLE_GET U_STRINGIFY(u_current_get_internal)
 #endif
 
 #if defined(USE_X86_ASM) && defined(__GNUC__)