Changeset 868 for trunk/include


Ignore:
Timestamp:
Sep 8, 1999, 9:46:54 AM (26 years ago)
Author:
sandervl
Message:

Some header + makefile changes

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin.h

    r785 r868  
    1 /* $Id: odin.h,v 1.7 1999-09-02 10:10:48 phaller Exp $ */
     1/* $Id: odin.h,v 1.8 1999-09-08 07:46:53 sandervl Exp $ */
    22/*
    33 * ODIN - Build Environment Definition
     
    7777  #define PASCAL    _Pascal
    7878  #define UNALIGNED
     79  #if (__IBMCPP__ == 300) || (__IBMC__ == 300)
    7980  #define NONAMELESSUNION
     81  #endif
    8082#else
    8183
  • trunk/include/win/windowsx.h

    r820 r868  
    1 /* $Id: windowsx.h,v 1.3 1999-09-04 19:24:19 sandervl Exp $ */
     1/* $Id: windowsx.h,v 1.4 1999-09-08 07:46:53 sandervl Exp $ */
    22
    33/* Copyright (C) 1999 Corel Corporation (Paul Quinn) */
     
    10961096/****** C runtime porting macros ****************************************/
    10971097
    1098 #if (__IBMC__ >= 400) || (__IBMCPP__ >= 300)
     1098#if (__IBMC__ > 300) || (__IBMCPP__ > 300)
    10991099   // defines already in compiler includes
    11001100#else
Note: See TracChangeset for help on using the changeset viewer.