X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b88c44e735c80ecee8791f7560f5ee63dd9e9234..5d6c4365363f84bf587c7f5f916e5830ef8a11e3:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index f75175f165..221360d838 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -920,6 +920,8 @@ bool wxEvtHandler::ProcessEvent(wxEvent& event) info = CLASSINFO(wxWindowGTK); # elif defined(__WXMGL__) info = CLASSINFO(wxWindowMGL); +# elif defined(__WXPM__) + info = CLASSINFO(wxWindowOS2); # elif defined(__WXMAC__) info = CLASSINFO(wxWindowMac); # elif defined(__WXMOTIF__)