Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/3rdparty/libjpeg/jmorecfg.h

    r2 r561  
    158158/* INT32 must hold at least signed 32-bit values. */
    159159
    160 #ifndef XMD_H                   /* X11/xmd.h correctly defines INT32 */
     160#if !defined(XMD_H) && !defined(VXWORKS)                        /* X11/xmd.h correctly defines INT32 */
    161161typedef long INT32;
    162162#endif
     
    184184#define METHODDEF(type)         static type
    185185/* a function used only in its module: */
     186#if defined(VXWORKS) && defined(LOCAL)
     187# undef LOCAL
     188#endif
    186189#define LOCAL(type)             static type
    187190/* a function referenced thru EXTERNs: */
Note: See TracChangeset for help on using the changeset viewer.