X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88a7a4e10ed18f81a576dcd866cfbf02bf404c00..2ef6ae9de218b39d3c7be6469a6fe1bd80f9a1b8:/src/common/imagtiff.cpp diff --git a/src/common/imagtiff.cpp b/src/common/imagtiff.cpp index 7662ccf86c..4db167ecbb 100644 --- a/src/common/imagtiff.cpp +++ b/src/common/imagtiff.cpp @@ -22,10 +22,9 @@ #include "wx/log.h" #include "wx/app.h" #include "wx/intl.h" + #include "wx/bitmap.h" #endif -#include "wx/bitmap.h" -#include "wx/debug.h" extern "C" { #include "tiff.h" @@ -36,11 +35,11 @@ extern "C" #include "wx/module.h" #ifndef TIFFLINKAGEMODE - #if defined(__WATCOMC__) && defined(__WXMGL__) - #define TIFFLINKAGEMODE cdecl - #else - #define TIFFLINKAGEMODE LINKAGEMODE - #endif + #if defined(__WATCOMC__) && defined(__WXMGL__) + #define TIFFLINKAGEMODE cdecl + #else + #define TIFFLINKAGEMODE LINKAGEMODE + #endif #endif //-----------------------------------------------------------------------------