// headers
// ----------------------------------------------------------------------------
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "dcclient.h"
#endif
wxWindowDC(wxWindow *win);
protected:
- // intiialize the newly created DC
+ // initialize the newly created DC
void InitDC();
// override some base class virtuals