From: Ryan Norton Date: Sun, 21 Dec 2003 00:04:17 +0000 (+0000) Subject: quick fixes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/34126b548472bd47607768f87ab008149f7ff41c quick fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/console/console.cpp b/samples/console/console.cpp index ff621318bb..990b1f0962 100644 --- a/samples/console/console.cpp +++ b/samples/console/console.cpp @@ -44,6 +44,11 @@ tests individually in the "#else" branch below. */ +//Sanity check +#ifdef wxUSE_GUI +# undef wxUSE_GUI +#endif + // what to test (in alphabetic order)? uncomment the line below to do all tests //#define TEST_ALL #ifdef TEST_ALL @@ -59,7 +64,7 @@ #define TEST_FILECONF #define TEST_FILENAME #define TEST_FILETIME - #define TEST_FTP +// #define TEST_FTP #define TEST_HASH #define TEST_HASHMAP #define TEST_HASHSET @@ -74,11 +79,10 @@ #define TEST_PRINTF #define TEST_REGCONF #define TEST_REGEX - #define TEST_REGEX #define TEST_REGISTRY #define TEST_SCOPEGUARD #define TEST_SNGLINST - #define TEST_SOCKETS +// #define TEST_SOCKETS #define TEST_STREAMS #define TEST_STRINGS #define TEST_TEXTSTREAM