]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagtiff.cpp
Wrap <commdlgs.h> as <commctls.h>. Required makefiles rebuilded.
[wxWidgets.git] / src / common / imagtiff.cpp
index 63e7b60c78a4b5ea526af7a78c573ce32a970147..71da4fdfb3c48e62dddc8265583fb60d060432a1 100644 (file)
@@ -423,13 +423,7 @@ bool wxTIFFHandler::SaveFile( wxImage *image, wxOutputStream& stream, bool verbo
                         bitmask <<= 1;
                     }
 
-                    // FIXME: what's this??
-#ifdef __WXGTK__
-                    buf[column]=~reverse;
-
-#else
-                    buf[column]=reverse;
-#endif
+                    buf[column] = reverse;
                 }
             }
         }