]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagtiff.cpp
Implemented wxTextAttrEx::CombineEx and wxRichTextAttr::Combine
[wxWidgets.git] / src / common / imagtiff.cpp
index 7662ccf86c9e1afc38e606cc6e6e8aa88d834af0..4db167ecbb838b1ecc01afe8be721ec0aa970659 100644 (file)
     #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
 
 //-----------------------------------------------------------------------------