Commit 113113d7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Revert "Win32: show the console (early) in debug builds"

Claims that it breaks VLC. If that is the case, I have to beliebe the
Win32 port must have some really serious problem. By the way, this
commit was the only limited yet working way for me to debug on Win32.

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