X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=utilities%2FCxImage%2Fximacfg.h;h=ef89b227098bbc846a0ec98cf7d57e7390780987;hb=29a496c098337c06d1e532946bea69d1a257c087;hp=d9d2ab966f2d7e8883c76078993f42c2d66bb8ea;hpb=550a5b880ff979562fc44389800b4be945e59fbb;p=clitk.git diff --git a/utilities/CxImage/ximacfg.h b/utilities/CxImage/ximacfg.h index d9d2ab9..ef89b22 100644 --- a/utilities/CxImage/ximacfg.h +++ b/utilities/CxImage/ximacfg.h @@ -3,6 +3,12 @@ ///////////////////////////////////////////////////////////////////////////// // Protability issues +#ifdef ntohs +# undef ntohs +#endif +#ifdef ntohl +# undef ntohl +#endif #ifndef _tfopen # define _tfopen fopen #endif @@ -20,7 +26,7 @@ // CxImage supported features #define CXIMAGE_SUPPORT_ALPHA 1 #define CXIMAGE_SUPPORT_SELECTION 1 -#define CXIMAGE_SUPPORT_TRANSFORMATION 0 +#define CXIMAGE_SUPPORT_TRANSFORMATION 1 #define CXIMAGE_SUPPORT_DSP 0 #define CXIMAGE_SUPPORT_LAYERS 1 #define CXIMAGE_SUPPORT_INTERPOLATION 0