Made wxClientDC's use safe as per wxMSW.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-05-26 10:17:56 +00:00
parent 053f9cc122
commit 6db90681cf
5 changed files with 219 additions and 131 deletions

View File

@@ -3,7 +3,6 @@
#ifdef __GNUG__
#pragma interface "dcbase.h"
#pragma implementation "dcbase.h"
#endif
// ----------------------------------------------------------------------------