Changeset 561 for trunk/src/3rdparty/libtiff
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/3rdparty/libtiff/libtiff/tif_config.h
r2 r561 105 105 106 106 /* Define to 1 if you have the <search.h> header file. */ 107 #if !defined(Q_OS_WINCE) 107 #if !defined(Q_OS_WINCE) && !defined(Q_OS_SYMBIAN) && !defined(Q_OS_VXWORKS) 108 108 #define HAVE_SEARCH_H 1 109 109 #endif … … 285 285 /* Define to `__inline__' or `__inline' if that's what the C compiler 286 286 calls it, or to nothing if 'inline' is not supported under any name. */ 287 #ifndef Q_OS_SYMBIAN 287 288 #ifndef __cplusplus 288 289 #undef inline 289 290 #define inline 290 291 #endif 292 #endif 291 293 292 294 /* Define to `long' if <sys/types.h> does not define. */ -
trunk/src/3rdparty/libtiff/libtiff/tif_unix.c
r2 r561 182 182 } 183 183 184 #if def __WIN32__184 #if defined (__WIN32__) && !defined(__SYMBIAN32__) 185 185 #include <windows.h> 186 186 /* -
trunk/src/3rdparty/libtiff/libtiff/tiffio.h
r2 r561 71 71 #define __WIN32__ 72 72 #endif 73 74 #include <stdlib.h> 73 75 74 76 /*
Note:
See TracChangeset
for help on using the changeset viewer.