source:
trunk/src/3rdparty/patches/libjpeg-6b-vxworks.patch@
599
| Last change on this file since 599 was 561, checked in by , 16 years ago | |
|---|---|
|
|
| File size: 716 bytes | |
-
jmorecfg.h
diff --git jmorecfg.h jmorecfg.h index 54a7d1c..b0b5870 100644
typedef short INT16; 157 157 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 /* X11/xmd.h correctly defines INT32 */ 161 161 typedef long INT32; 162 162 #endif 163 163 … … typedef unsigned int JDIMENSION; 183 183 /* a function called through method pointers: */ 184 184 #define METHODDEF(type) static type 185 185 /* a function used only in its module: */ 186 187 188 186 189 #define LOCAL(type) static type 187 190 /* a function referenced thru EXTERNs: */ 188 191 #define GLOBAL(type) type
Note:
See TracBrowser
for help on using the repository browser.
