From: srit Date: Wed, 9 Jun 2010 11:03:12 +0000 (+0000) Subject: Put console back for windows X-Git-Tag: v1.2.0~618 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=fffbe76d0d01881022c933c8d3c3b04582f35525;p=clitk.git Put console back for windows --- diff --git a/vv/vv.cxx b/vv/vv.cxx index 141b915..dc9e8b7 100644 --- a/vv/vv.cxx +++ b/vv/vv.cxx @@ -30,11 +30,6 @@ //------------------------------------------------------------------------------ int main( int argc, char** argv ) { -#ifdef _WIN32 - HWND hWnd = GetConsoleWindow(); - ShowWindow( hWnd, SW_HIDE ); -#endif - CLITK_INIT; QApplication app( argc, argv );