mapi: ENTRY_CURRENT_TABLE_GET should be stringified.

So that it can be renamed to _glapi_get_dispatch.
This commit is contained in:
Chia-I Wu
2011-01-21 16:56:55 +08:00
parent 0db3161036
commit 3f04314ae2

View 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__)