[vlc-commits] Win32: do not use Console in WSA mode

Jean-Baptiste Kempf git at videolan.org
Mon Apr 22 19:14:38 CEST 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Apr 22 19:13:32 2013 +0200| [65f34dad5387315cafd848724cb55b8a2db22f8b] | committer: Jean-Baptiste Kempf

Win32: do not use Console in WSA mode

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=65f34dad5387315cafd848724cb55b8a2db22f8b
---

 include/vlc_interface.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index 0ba9154..078fc90 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -120,7 +120,7 @@ typedef struct msg_subscription { } msg_subscription_t;
 
 /*@}*/
 
-#if defined( WIN32 )
+#if defined( WIN32 ) && !VLC_WINSTORE_APP
 #    define CONSOLE_INTRO_MSG \
          if( !getenv( "PWD" ) ) /* detect Cygwin shell or Wine */ \
          { \



More information about the vlc-commits mailing list