]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagtiff.cpp
no real changes, just use IsSingle/MultiLine() insteadof testing m_windowStyle directly
[wxWidgets.git] / src / common / imagtiff.cpp
index 1b108699a8a6d61f0c37644a1b54f41df19a65fa..4db167ecbb838b1ecc01afe8be721ec0aa970659 100644 (file)
     #include "wx/log.h"
     #include "wx/app.h"
     #include "wx/intl.h"
+    #include "wx/bitmap.h"
 #endif
 
-#include "wx/bitmap.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
 
 //-----------------------------------------------------------------------------