add wxImage::Clear (patch by troelsk); closes #10141
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
|
||||
// what to test (in alphabetic order)? Define TEST_ALL to 0 to do a single
|
||||
// test, define it to 1 to do all tests.
|
||||
#define TEST_ALL 1
|
||||
#define TEST_ALL 0
|
||||
|
||||
|
||||
#if TEST_ALL
|
||||
@@ -89,7 +89,7 @@
|
||||
#define TEST_WCHAR
|
||||
#define TEST_ZIP
|
||||
#else // #if TEST_ALL
|
||||
#define TEST_EXECUTE
|
||||
#define TEST_FTP
|
||||
#endif
|
||||
|
||||
// some tests are interactive, define this to run them
|
||||
@@ -2405,8 +2405,6 @@ static void TestSocketClient()
|
||||
|
||||
#include "wx/protocol/ftp.h"
|
||||
|
||||
static wxFTP ftp;
|
||||
|
||||
#define FTP_ANONYMOUS
|
||||
|
||||
#ifdef FTP_ANONYMOUS
|
||||
|
Reference in New Issue
Block a user