]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gdiobj.cpp
Include wx/stattext.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / msw / gdiobj.cpp
index 1e9cc0a3b4c23ecd144931971ae07157d8f22af3..447c88327bb8ad96c39c27648e743ef3c95d4e31 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        gdiobj.cpp
+// Name:        src/msw/gdiobj.cpp
 // Purpose:     wxGDIObject class
 // Author:      Julian Smart
 // Modified by:
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #ifndef WX_PRECOMP
-#include <stdio.h>
-#include "wx/setup.h"
-#include "wx/list.h"
-#include "wx/utils.h"
-#include "wx/app.h"
+    #include <stdio.h>
+    #include "wx/list.h"
+    #include "wx/utils.h"
+    #include "wx/app.h"
 #endif
 
 #include "wx/gdiobj.h"
@@ -29,6 +28,8 @@
 
 IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject)
 
+#define M_GDIDATA wx_static_cast(wxGDIRefData*, m_refData)
+
 /*
 void wxGDIObject::IncrementResourceUsage(void)
 {
@@ -58,4 +59,3 @@ void wxGDIObject::DecrementResourceUsage(void)
 };
 
 */
-