Ignore:
Timestamp:
Sep 8, 1999, 2:12:28 PM (26 years ago)
Author:
sandervl
Message:

header fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/windowsx.h

    r868 r874  
    1 /* $Id: windowsx.h,v 1.4 1999-09-08 07:46:53 sandervl Exp $ */
     1/* $Id: windowsx.h,v 1.5 1999-09-08 12:12:28 sandervl Exp $ */
    22
    33/* Copyright (C) 1999 Corel Corporation (Paul Quinn) */
     
    10961096/****** C runtime porting macros ****************************************/
    10971097
    1098 #if (__IBMC__ > 300) || (__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.