vlc | branch: master | Hugo Beauzée-Luyssen <[email protected]> | 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 * ); _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
