Remove redundant tests for __WIN32__ in wxMSW code.
This is always defined, Win16 is not supported since ages and Win64 defines both __WIN32__ and __WIN64__.
This commit is contained in:
@@ -355,9 +355,7 @@ public:
|
||||
#if wxUSE_HOTKEY
|
||||
bool HandleHotKey(WXWPARAM wParam, WXLPARAM lParam);
|
||||
#endif
|
||||
#ifdef __WIN32__
|
||||
int HandleMenuChar(int chAccel, WXLPARAM lParam);
|
||||
#endif
|
||||
// Create and process a clipboard event specified by type.
|
||||
bool HandleClipboardEvent( WXUINT nMsg );
|
||||
|
||||
|
Reference in New Issue
Block a user