Ignore:
Timestamp:
Aug 25, 1999, 1:24:09 PM (26 years ago)
Author:
sandervl
Message:

Makefile changes for VAC 3.6.5 & headers changes

File:
1 edited

Legend:

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

    r377 r680  
    1 /* $Id: windef.h,v 1.5 1999-07-23 18:10:52 sandervl Exp $ */
     1/* $Id: windef.h,v 1.6 1999-08-25 11:24:08 sandervl Exp $ */
    22
    33/*
     
    4242#ifdef __WINE__
    4343#ifdef __WIN32OS2__
    44 # define WINELIB_NAME_AW(func)   this_is_a_syntax_error this_is_a_syntax_error
     44# define WINELIB_NAME_AW(func)   func
    4545#else
    4646# define WINELIB_NAME_AW(func)   this_is_a_syntax_error this_is_a_syntax_error
     
    223223typedef float           FLOAT;
    224224#ifdef __WIN32OS2__
    225 #if (__IBMC__ != 430) && (__IBMCPP__ != 360)
     225#if (__IBMC__ < 400) && (__IBMCPP__ < 360)
    226226typedef double          __int64;
    227227#endif
Note: See TracChangeset for help on using the changeset viewer.