dplayx: Fix typo.

oldstable
Christian Costa 2008-12-14 18:58:59 +01:00 committed by Alexandre Julliard
parent 0f840ba98b
commit 34f6afdf89
1 changed files with 1 additions and 1 deletions

View File

@ -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