Commit 65f34dad authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: do not use Console in WSA mode

parent 51719d5a
......@@ -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 */ \
{ \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment