Commit 079a3e8f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Win32: show the console (early) in debug builds

parent 4edf0bbf
......@@ -268,6 +268,10 @@ int libvlc_InternalInit( libvlc_int_t *p_libvlc, int i_argc,
#endif
#endif
#if defined (WIN32) && !defined (NDEBUG)
ShowConsole (true);
#endif
/* System specific initialization code */
system_Init( p_libvlc, &i_argc, ppsz_argv );
......
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