non-pch build fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2007-12-01 18:37:08 +00:00
parent cdcfde5d20
commit 380740af5d
2 changed files with 5 additions and 3 deletions

View File

@@ -7,9 +7,10 @@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#ifndef __GTKDCH__
#define __GTKDCH__
#ifndef _WX_GTKDC_H_
#define _WX_GTKDC_H_
#include "wx/dc.h"
//-----------------------------------------------------------------------------
// wxDC
@@ -51,4 +52,4 @@ private:
#define wxHAS_WORKING_GTK_DC_BLIT
#endif
#endif // __GTKDCH__
#endif // _WX_GTKDC_H_