From e69da423b6f0624a89de480c345e9ce027441c51 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 6 Jan 2008 11:53:51 +0000 Subject: Fix compilation by replacing a broken macro with in-place code. qtx/qtxload.c:16:1: error: pasting "*" and "ComponentDispatch" does not give a valid preprocessing token git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25617 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/qtx/qtxload.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'loader') diff --git a/loader/qtx/qtxload.c b/loader/qtx/qtxload.c index 6dd088d643..1520da6b37 100644 --- a/loader/qtx/qtxload.c +++ b/loader/qtx/qtxload.c @@ -7,13 +7,11 @@ #include "qtxsdk/components.h" #include "qtxsdk/select.h" -#define DEF_DISPATCHER(name) ComponentResult (*##name)(ComponentParameters *, void **) - /* ilyen egy sima komponens */ ComponentResult ComponentDummy( ComponentParameters *params, void **globals, - DEF_DISPATCHER(ComponentDispatch)) + ComponentResult (*ComponentDispatch)(ComponentParameters *, void **)) { printf("ComponentDummy(params: %p, globals: %p, dispatcher: %p) called!\n", params, globals, ComponentDispatch); -- cgit v1.2.3