X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c6eb3a84be918dcfed2496d014549e13af0f0e9..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/osx/dc.h?ds=inline diff --git a/include/wx/osx/dc.h b/include/wx/osx/dc.h index ac1e66b22e..1e66662f2c 100644 --- a/include/wx/osx/dc.h +++ b/include/wx/osx/dc.h @@ -1,5 +1,15 @@ -#ifdef __WXMAC_CLASSIC__ -#include "wx/mac/classic/dc.h" -#else -#include "wx/mac/carbon/dc.h" -#endif +///////////////////////////////////////////////////////////////////////////// +// Name: dc.h +// Purpose: wxDC class +// Author: Stefan Csomor +// Modified by: +// Created: 1998-01-01 +// RCS-ID: $Id$ +// Copyright: (c) Stefan Csomor +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// + +#ifndef _WX_DC_H_ +#define _WX_DC_H_ + +#endif // _WX_DC_H_