X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f516d986371b7643efda569d64ae19e75d221411..3f4a2351e4c677c88c18ea812b609477adee7380:/src/mac/classic/gdiobj.cpp?ds=sidebyside diff --git a/src/mac/classic/gdiobj.cpp b/src/mac/classic/gdiobj.cpp index 9b74779924..4f450527f3 100644 --- a/src/mac/classic/gdiobj.cpp +++ b/src/mac/classic/gdiobj.cpp @@ -1,19 +1,23 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: gdiobj.cpp +// Name: src/mac/classic/gdiobj.cpp // Purpose: wxGDIObject class // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 // RCS-ID: $Id$ // Copyright: (c) Stefan Csomor -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// +#include "wx/wxprec.h" + #include "wx/gdiobj.h" -#include "wx/gdicmn.h" -#include "wx/mac/private.h" -IMPLEMENT_DYNAMIC_CLASS(wxGDIObject, wxObject) +#ifndef WX_PRECOMP + #include "wx/gdicmn.h" +#endif + +#include "wx/mac/private.h" class wxStockGDIMac: public wxStockGDI {