Ignore:
Timestamp:
Oct 16, 1999, 1:03:19 PM (26 years ago)
Author:
sandervl
Message:

YD's header changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/os2wrap.h

    r299 r1316  
    1 /* $Id: os2wrap.h,v 1.7 1999-07-13 10:39:16 sandervl Exp $ */
     1/* $Id: os2wrap.h,v 1.8 1999-10-16 11:03:17 sandervl Exp $ */
    22#ifndef __OS2WRAP_H__
    33#define __OS2WRAP_H__
     
    66#include <os2sel.h>
    77#include <os2newapi.h>
     8
     9#if (__IBMC__ > 300)
     10// VA3.6: inline is a C++ keywork, must be translated to _inline or _Inline or __inline in C code
     11#define inline _inline
     12#endif
    813
    914#ifdef INCL_DOSMEMMGR
Note: See TracChangeset for help on using the changeset viewer.