]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/gdiimage.cpp
Add a section about STL containers-related incompatible changes.
[wxWidgets.git] / src / palmos / gdiimage.cpp
index ee9a0f062d7dff43c94a8428fddf02e0250f099f..8175ecdcca4b2094d0a019a72f27b1824976e7e3 100644 (file)
@@ -1,10 +1,10 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        palmos/gdiimage.cpp
+// Name:        src/palmos/gdiimage.cpp
 // Purpose:     wxGDIImage implementation
-// 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 implementation "gdiimage.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 #ifndef WX_PRECOMP
     #include "wx/string.h"
     #include "wx/log.h"
+    #include "wx/app.h"
+    #include "wx/bitmap.h"
 #endif // WX_PRECOMP
 
-#include "wx/app.h"
-
-#include "wx/bitmap.h"
 #include "wx/palmos/gdiimage.h"
 
 #if wxUSE_WXDIB
@@ -45,7 +40,7 @@
 #include "wx/file.h"
 
 #include "wx/listimpl.cpp"
-WX_DEFINE_LIST(wxGDIImageHandlerList);
+WX_DEFINE_LIST(wxGDIImageHandlerList)
 
 // ----------------------------------------------------------------------------
 // auxiliary functions
@@ -115,5 +110,3 @@ void wxGDIImage::CleanUpHandlers()
 void wxGDIImage::InitStandardHandlers()
 {
 }
-
-