source: trunk/src/3rdparty/patches/libjpeg-6b-vxworks.patch@ 599

Last change on this file since 599 was 561, checked in by Dmitry A. Kuminov, 16 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 716 bytes
  • jmorecfg.h

    diff --git jmorecfg.h jmorecfg.h
    index 54a7d1c..b0b5870 100644
    typedef short INT16;  
    157157
    158158/* INT32 must hold at least signed 32-bit values. */
    159159
    160 #ifndef XMD_H                   /* X11/xmd.h correctly defines INT32 */
     160#if                        /* X11/xmd.h correctly defines INT32 */
    161161typedef long INT32;
    162162#endif
    163163
    typedef unsigned int JDIMENSION;  
    183183/* a function called through method pointers: */
    184184#define METHODDEF(type)         static type
    185185/* a function used only in its module: */
     186
     187
     188
    186189#define LOCAL(type)             static type
    187190/* a function referenced thru EXTERNs: */
    188191#define GLOBAL(type)            type
Note: See TracBrowser for help on using the repository browser.