X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/095cb950db9955b455a4f2c83f747bfbad46ad86..bd2e08d06528b2014a4acf878e91fee4696d0666:/src/common/imagpng.cpp diff --git a/src/common/imagpng.cpp b/src/common/imagpng.cpp index bb081b809a..0a5c3c4826 100644 --- a/src/common/imagpng.cpp +++ b/src/common/imagpng.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: src/common/imagepng.cpp +// Name: src/common/imagpng.cpp // Purpose: wxImage PNG handler // Author: Robert Roebling // RCS-ID: $Id$ @@ -42,12 +42,6 @@ // For memcpy #include -#ifdef __SALFORDC__ -#ifdef FAR -#undef FAR -#endif -#endif - // ---------------------------------------------------------------------------- // constants // ----------------------------------------------------------------------------