X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..c33abc075b86b9b132fc44e5d130481b18182179:/src/msw/gdiobj.cpp?ds=sidebyside diff --git a/src/msw/gdiobj.cpp b/src/msw/gdiobj.cpp index 1e9cc0a3b4..cc4db3fa3c 100644 --- a/src/msw/gdiobj.cpp +++ b/src/msw/gdiobj.cpp @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: gdiobj.cpp +// Name: src/msw/gdiobj.cpp // Purpose: wxGDIObject class // Author: Julian Smart // Modified by: // Created: 01/02/97 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -13,21 +12,21 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif +#include "wx/gdiobj.h" + #ifndef WX_PRECOMP -#include -#include "wx/setup.h" -#include "wx/list.h" -#include "wx/utils.h" -#include "wx/app.h" + #include + #include "wx/list.h" + #include "wx/utils.h" + #include "wx/app.h" #endif -#include "wx/gdiobj.h" #include "wx/msw/private.h" -IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject) +#define M_GDIDATA static_cast(m_refData) /* void wxGDIObject::IncrementResourceUsage(void) @@ -58,4 +57,3 @@ void wxGDIObject::DecrementResourceUsage(void) }; */ -