[vlc-devel] commit: Revert "Win32: show the console (early) in debug builds" ( Rémi Denis-Courmont )

git version control git at videolan.org
Tue Aug 26 17:19:13 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Tue Aug 26 18:20:19 2008 +0300| [113113d70b78fb453c3365e33f4242d3e6aa7726] | committer: 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 079a3e8fdd56ea1304471298d164bec5ec7f3af8.

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

 src/libvlc.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/src/libvlc.c b/src/libvlc.c
index 0726010..96cab09 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -268,10 +268,6 @@ 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 );
 




More information about the vlc-devel mailing list