mapi: Hack to avoid vgCreateFont being generated as vgCreateFontA.
Right fix is probably stop C-preprocessor abuse and stick 100% with scripted code generation.
This commit is contained in:
@@ -37,6 +37,9 @@
|
||||
#include "stub.h"
|
||||
#include "table.h"
|
||||
|
||||
/* XXX: Hack to avoid vgCreateFont being generated as vgCreateFontA */
|
||||
#undef CreateFont
|
||||
|
||||
#define MAPI_TABLE_FIRST_DYNAMIC \
|
||||
(offsetof(struct mapi_table, dynamic0) / sizeof(mapi_func))
|
||||
#define MAPI_TABLE_NUM_DYNAMIC \
|
||||
|
||||
Reference in New Issue
Block a user