Use the correct define for windows
This commit is contained in:
parent
0ee79834bb
commit
525099ea06
|
@ -1258,7 +1258,7 @@ void EDA_BASE_FRAME::onSystemColorChange( wxSysColourChangedEvent& aEvent )
|
|||
}
|
||||
|
||||
|
||||
#ifdef __WXWINDOWS__
|
||||
#ifdef _WIN32
|
||||
WXLRESULT EDA_BASE_FRAME::MSWWindowProc( WXUINT message, WXWPARAM wParam, WXLPARAM lParam )
|
||||
{
|
||||
// This will help avoid the menu keeping focus when the alt key is released
|
||||
|
|
|
@ -682,7 +682,7 @@ private:
|
|||
*/
|
||||
virtual bool IsModal() const { return false; }
|
||||
|
||||
#ifdef __WXWINDOWS__
|
||||
#ifdef _WIN32
|
||||
/**
|
||||
* Windows specific override of the wxWidgets message handler for a window
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue