Ignore:
Timestamp:
Aug 23, 2000, 8:05:56 PM (25 years ago)
Author:
sandervl
Message:

updates for watcom

File:
1 edited

Legend:

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

    r3318 r4075  
    1 /* $Id: windef.h,v 1.23 2000-04-05 14:17:01 sandervl Exp $ */
     1/* $Id: windef.h,v 1.24 2000-08-23 18:05:56 sandervl Exp $ */
    22
    33/*
     
    225225typedef float           FLOAT;
    226226#ifdef __WIN32OS2__
    227 #if (__IBMC__ < 400) && (__IBMCPP__ < 360)
     227#if (__IBMC__ < 400) && (__IBMCPP__ < 360) && !defined(__WATCOMC__)
    228228typedef double          __int64;
    229229#endif
Note: See TracChangeset for help on using the changeset viewer.