]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagpng.cpp
More fixes to make Borland compile this in Unicode mode.
[wxWidgets.git] / src / common / imagpng.cpp
index e200c00b6d8ddd2a4c813e800f95a27f4e52fe0e..4e487a7778cb6ae4c30a9dc7df44078802d5d41e 100644 (file)
@@ -7,9 +7,14 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+/*
+   We don't put pragma implement in this file because it is already present in
+   src/common/image.cpp
+
 #ifdef __GNUG__
 #pragma implementation "image.h"
 #endif
+*/
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"