Module: wine Branch: master Commit: 34f6afdf89e7887b9ae7a94c1bb3e052dd1b1d46 URL: http://source.winehq.org/git/wine.git/?a=commit;h=34f6afdf89e7887b9ae7a94c1b...
Author: Christian Costa titan.costa@wanadoo.fr Date: Sun Dec 14 18:58:59 2008 +0100
dplayx: Fix typo.
---
dlls/dplayx/dplobby.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/dplayx/dplobby.c b/dlls/dplayx/dplobby.c index 901c375..bd620a4 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