]> git.saurik.com Git - wxWidgets.git/commitdiff
fix compile bug with DMC
authorChris Elliott <biol75@york.ac.uk>
Thu, 25 Oct 2007 13:06:07 +0000 (13:06 +0000)
committerChris Elliott <biol75@york.ac.uk>
Thu, 25 Oct 2007 13:06:07 +0000 (13:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/tiff/libtiff/tif_config.h

index ed5f7d8ce5a8c2b0072ec1c88cca91f85ca5b6f8..6b0b0f197c5b350ac0f45fff6056d7b67f4e666a 100644 (file)
    #define lfind _lfind
 #endif
 
+#ifdef __DMC__
+#define HAVE_INT32
+typedef        long int32;
+#endif
+
 #endif