From 848364b8e8cc124ed6141544d11a5c3382dace4a Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 16 Oct 2003 19:16:19 -0400 Subject: ENH: We do not really need streams. Also fix the test on windows --- Tests/UseWX/CMakeLists.txt | 2 +- Tests/UseWX/WX.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/UseWX/CMakeLists.txt b/Tests/UseWX/CMakeLists.txt index e1583a7..139339a 100644 --- a/Tests/UseWX/CMakeLists.txt +++ b/Tests/UseWX/CMakeLists.txt @@ -2,7 +2,7 @@ PROJECT (UsewxWindows) INCLUDE( ${CMAKE_ROOT}/Modules/Use_wxWindows.cmake) -ADD_EXECUTABLE (UseWX WX.cxx) +ADD_EXECUTABLE (UseWX WIN32 WX.cxx) #TODO: #- dll linking is not working on WIN32, need to '-DWXUSINGDLL' to preprocessor diff --git a/Tests/UseWX/WX.cxx b/Tests/UseWX/WX.cxx index f8d8b20..69717bb 100644 --- a/Tests/UseWX/WX.cxx +++ b/Tests/UseWX/WX.cxx @@ -51,7 +51,7 @@ bool MyApp::OnInit() //Testing if link to wx debug library #ifdef __WXDEBUG__ - std::cout << "If you read this you're in debug mode." << std::endl; + printf("If you read this you're in debug mode.\n"); #endif //__WXDEBUG__ wxChar ch = wxT('*'); -- cgit v0.12