]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/frame.cpp
attempt to fix crash in tree ctrl
[wxWidgets.git] / src / msw / frame.cpp
index 7d187c42200e5f0f87ec7f110b5409a6eaf82d59..a76e556e131a259d53d7a47aca843e320496844c 100644 (file)
@@ -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,