From b1584558d6581b0ffb6b464e1867f35fe10e2368 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 21 Jan 2011 16:56:55 +0800 Subject: [PATCH] mapi: ENTRY_CURRENT_TABLE_GET should be stringified. Per 96c52d16c1716b8974b5421342f53f36cb80c10f. --- src/mapi/mapi/entry.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mapi/mapi/entry.c b/src/mapi/mapi/entry.c index f378ccf..3d9168a 100644 --- a/src/mapi/mapi/entry.c +++ b/src/mapi/mapi/entry.c @@ -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__) -- 1.7.2.3