Don't use wxMSW version of wxNonOwnedWindow at all under WinCE.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Oct 2011 00:20:56 +0000 (00:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Oct 2011 00:20:56 +0000 (00:20 +0000)
commit164db177a227c71a91fc998ab38f6eefd4f2606a
tree048aa34b3795bf1c8acbe0fcbc16db69e680d5a5
parent322853b3d6b7c6bbd37fd79418ea531929e0c91b
Don't use wxMSW version of wxNonOwnedWindow at all under WinCE.

This class becomes completely trivial under WinCE as its functionality
(setting the window shape) can't be implemented under this platform, so just
don't compile it at all there.

This both (slightly) reduces the amount of #if checks and should make the code
(slightly) smaller.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/nonownedwnd.h
include/wx/nonownedwnd.h
src/msw/nonownedwnd.cpp