]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/dcclient.h
compilation fix for windows compilers: _wrename is declared in io.h
[wxWidgets.git] / include / wx / palmos / dcclient.h
index 8100f65680dd98c12259884e1178f994d6f3eb4d..8cf365c3796b3c8484c36efef49985ee417f450c 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dcclient.h
+// Name:        wx/palmos/dcclient.h
 // Purpose:     wxClientDC class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "dcclient.h"
-#endif
-
 #include "wx/dc.h"
 #include "wx/dynarray.h"
 
@@ -46,7 +42,7 @@ public:
     wxWindowDC(wxWindow *win);
 
 protected:
-    // intiialize the newly created DC
+    // initialize the newly created DC
     void InitDC();
 
     // override some base class virtuals