From 34f6afdf89e7887b9ae7a94c1bb3e052dd1b1d46 Mon Sep 17 00:00:00 2001 From: Christian Costa Date: Sun, 14 Dec 2008 18:58:59 +0100 Subject: [PATCH] dplayx: Fix typo. --- dlls/dplayx/dplobby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dplayx/dplobby.c b/dlls/dplayx/dplobby.c index 901c375eabe..bd620a4e5d4 100644 --- a/dlls/dplayx/dplobby.c +++ b/dlls/dplayx/dplobby.c @@ -1834,7 +1834,7 @@ static const IDirectPlayLobby2Vtbl directPlayLobby2AVT = /* Note: Hack so we can reuse the old functions without compiler warnings */ #if !defined(__STRICT_ANSI__) && defined(__GNUC__) -# define XCAST(fun) (typeof(directPlayLobby2AVT.fun)) +# define XCAST(fun) (typeof(directPlayLobby2WVT.fun)) #else # define XCAST(fun) (void*) #endif -- 2.11.4.GIT