vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Apr 23 00:15:50 2013 +0200| [55362407fa7a562586d80aeaea07dd488fd31626] | committer: Jean-Baptiste Kempf
DirectX: fix previous commit about WinRT > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=55362407fa7a562586d80aeaea07dd488fd31626 --- modules/audio_output/directx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/audio_output/directx.c b/modules/audio_output/directx.c index 3da3452..04908ab 100644 --- a/modules/audio_output/directx.c +++ b/modules/audio_output/directx.c @@ -612,7 +612,7 @@ static int InitDirectSound( audio_output_t *p_aout ) * sound without any video, and so what window handle should we use ??? * The hack for now is to use the Desktop window handle - it seems to be * working */ -#ifndef VLC_WINSTORE_APP +#if !VLC_WINSTORE_APP if( IDirectSound_SetCooperativeLevel( p_aout->sys->p_dsobject, GetDesktopWindow(), DSSCL_EXCLUSIVE) ) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
