Changeset 3839 for branches/libc-0.6


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

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

Location:
branches/libc-0.6/src/emx/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include/os2.h

    r1506 r3839  
    33 * EMX
    44 */
     5
     6#ifndef NO_INCL_SAFE_HIMEM_WRAPPERS
     7# include <os2safe.h>
     8#endif
    59
    610#ifndef _OS2_H
  • branches/libc-0.6/src/emx/include/os2emx.h

    r3834 r3839  
    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.