Changeset 561 for trunk/src/3rdparty/libjpeg/jmorecfg.h
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 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/libjpeg/jmorecfg.h
r2 r561 158 158 /* INT32 must hold at least signed 32-bit values. */ 159 159 160 #if ndef XMD_H/* X11/xmd.h correctly defines INT32 */160 #if !defined(XMD_H) && !defined(VXWORKS) /* X11/xmd.h correctly defines INT32 */ 161 161 typedef long INT32; 162 162 #endif … … 184 184 #define METHODDEF(type) static type 185 185 /* a function used only in its module: */ 186 #if defined(VXWORKS) && defined(LOCAL) 187 # undef LOCAL 188 #endif 186 189 #define LOCAL(type) static type 187 190 /* a function referenced thru EXTERNs: */
Note:
See TracChangeset
for help on using the changeset viewer.