define TEST_NET as 0 instead of leaving it undefined
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
// Test wxURL & wxURI compat?
|
||||
#define TEST_URL wxUSE_URL
|
||||
|
||||
// Uncomment this to test stuff requiring real network access
|
||||
#define TEST_NET
|
||||
// Set this to 1 to test stuff requiring real network access
|
||||
#define TEST_NET 0
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// test class
|
||||
|
Reference in New Issue
Block a user