Changeset 874 for trunk/include/win/windowsx.h
- Timestamp:
- Sep 8, 1999, 2:12:28 PM (26 years ago)
- 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:53sandervl Exp $ */1 /* $Id: windowsx.h,v 1.5 1999-09-08 12:12:28 sandervl Exp $ */ 2 2 3 3 /* Copyright (C) 1999 Corel Corporation (Paul Quinn) */ … … 1096 1096 /****** C runtime porting macros ****************************************/ 1097 1097 1098 #if (__IBMC__ > 300) || (__IBMCPP__ >300)1098 #if (__IBMC__ >= 300) || (__IBMCPP__ >= 300) 1099 1099 // defines already in compiler includes 1100 1100 #else
Note:
See TracChangeset
for help on using the changeset viewer.