[vlc-commits] control: dummy: Fix winstore build
Hugo Beauzée-Luyssen
git at videolan.org
Mon Apr 18 09:56:58 CEST 2016
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Apr 18 09:55:44 2016 +0200| [7211424f16666159417a67e0e91f288f973c362a] | committer: Hugo Beauzée-Luyssen
control: dummy: Fix winstore build
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7211424f16666159417a67e0e91f288f973c362a
---
modules/control/dummy.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/control/dummy.c b/modules/control/dummy.c
index 9c93727..d2a40da 100644
--- a/modules/control/dummy.c
+++ b/modules/control/dummy.c
@@ -41,8 +41,10 @@
"Enabling the quiet mode will not bring this command box but can also " \
"be pretty annoying when you want to stop VLC and no video window is " \
"open." )
+#if !VLC_WINSTORE_APP
#include "intromsg.h"
#endif
+#endif
static int Open( vlc_object_t * );
More information about the vlc-commits
mailing list