Changeset 3843


Ignore:
Timestamp:
Mar 16, 2014, 8:47:43 PM (11 years ago)
Author:
bird
Message:

Must include os2safe.h as the first thing in os2emx.h and os2.h.

Location:
trunk/libc/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/include/os2.h

    r1506 r3843  
    33 * EMX
    44 */
     5
     6#ifndef NO_INCL_SAFE_HIMEM_WRAPPERS
     7# include <os2safe.h>
     8#endif
    59
    610#ifndef _OS2_H
  • trunk/libc/include/os2emx.h

    r3834 r3843  
    33 * EMX
    44 */
     5
     6#ifndef NO_INCL_SAFE_HIMEM_WRAPPERS
     7# include <os2safe.h>
     8#endif
    59
    610#ifndef _OS2EMX_H
     
    152156#if defined (INCL_CIRCULARSLIDER) && !defined (INCL_WINCIRCULARSLIDER)
    153157#define INCL_WINCIRCULARSLIDER
    154 #endif
    155 
    156 #ifndef NO_INCL_SAFE_HIMEM_WRAPPERS
    157 # include <os2safe.h>
    158158#endif
    159159
Note: See TracChangeset for help on using the changeset viewer.