Don't complain under MicroWindows if a wxDC's HDC is NULL - it happens

during dragging. Small mod to makefile.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10815 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-07-04 12:40:17 +00:00
parent 1a0d517ea4
commit 5adad46628
3 changed files with 198 additions and 4 deletions

View File

@@ -85,4 +85,4 @@ cleanwx:
-$(RM) minimal
wx:
@pushd $(WXDIR)/src/microwin; make all; popd
@pushd $(WXDIR)/src/msw; make -f makefile.mic all; popd