]> Creatis software - clitk.git/commitdiff
Put console back for windows
authorsrit <srit>
Wed, 9 Jun 2010 11:03:12 +0000 (11:03 +0000)
committersrit <srit>
Wed, 9 Jun 2010 11:03:12 +0000 (11:03 +0000)
vv/vv.cxx

index 141b915d76a9d5c156f571f9ef33cd9618e6ebaf..dc9e8b74f69463544b249eaca501e4e02cdaf722 100644 (file)
--- a/vv/vv.cxx
+++ b/vv/vv.cxx
 //------------------------------------------------------------------------------
 int main( int argc, char** argv )
 {
-#ifdef _WIN32
-  HWND hWnd = GetConsoleWindow();
-  ShowWindow( hWnd, SW_HIDE );
-#endif
-
   CLITK_INIT;
 
   QApplication app( argc, argv );