[vlc-commits] DirectX: fix previous commit about WinRT
Jean-Baptiste Kempf
git at videolan.org
Tue Apr 23 00:17:16 CEST 2013
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | 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) )
More information about the vlc-commits
mailing list