WinCE bitmap patch from Johannes Schindelin <Johannes.Schindelin@gmx.de>

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-09-15 08:55:19 +00:00
parent de07d2004f
commit 419430a0c0
5 changed files with 104 additions and 5 deletions

View File

@@ -2360,6 +2360,7 @@ long wxWindowMSW::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam
break;
}
#ifndef __WXWINCE__
case WM_PRINT:
{
// Don't call the wx handlers in this case
@@ -2373,6 +2374,7 @@ long wxWindowMSW::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam
processed = HandlePaint();
}
break;
#endif
case WM_CLOSE:
#ifdef __WXUNIVERSAL__