The last drops of WINE.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-06-09 18:09:47 +00:00
parent a8561a273b
commit 4286a5b595
10 changed files with 39 additions and 18 deletions

View File

@@ -28,10 +28,8 @@
#pragma hdrstop
#endif
#include "wx/frame.h"
#include "wx/msw/private.h"
#ifndef WX_PRECOMP
#include "wx/window.h"
#include "wx/dc.h"
#include "wx/utils.h"
#include "wx/dialog.h"
@@ -39,6 +37,7 @@
#include "wx/bitmap.h"
#include "wx/dcmemory.h"
#include "wx/log.h"
#include "wx/icon.h"
#endif
#include "wx/dcprint.h"
@@ -54,6 +53,8 @@
#include <print.h>
#endif
#include "wx/msw/private.h"
#if !USE_SHARED_LIBRARY
IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject)
#endif