]> git.sesse.net Git - vlc/commitdiff
Win32: do not use Console in WSA mode
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 22 Apr 2013 17:13:32 +0000 (19:13 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 22 Apr 2013 17:13:32 +0000 (19:13 +0200)
include/vlc_interface.h

index 0ba9154cf3aa9d95655883452ee6e61433fd622e..078fc90505312d32a65a922b3d979dbd9ebd02c8 100644 (file)
@@ -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 */ \
          { \