X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b96340e6f457071d63196f877c6df0ea1cc2af04..bbda1088f7995eec084f450141d1071052473106:/src/msw/frame.cpp diff --git a/src/msw/frame.cpp b/src/msw/frame.cpp index 7d187c4220..a76e556e13 100644 --- a/src/msw/frame.cpp +++ b/src/msw/frame.cpp @@ -680,8 +680,10 @@ bool wxFrame::MSWCreate(int id, wxWindow *parent, const wxChar *wclass, wxWindow if (style & wxSTAY_ON_TOP) extendedStyle |= WS_EX_TOPMOST; +#ifndef __WIN16__ if (m_exStyle & wxFRAME_EX_CONTEXTHELP) extendedStyle |= WS_EX_CONTEXTHELP; +#endif m_iconized = FALSE; if ( !wxWindow::MSWCreate(id, parent, wclass, wx_win, title, x, y, width, height,