Ignore:
Timestamp:
Jan 27, 2000, 12:17:52 AM (26 years ago)
Author:
sandervl
Message:

header changes

File:
1 edited

Legend:

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

    r1923 r2524  
    1 /* $Id: windef.h,v 1.18 1999-12-01 18:36:47 sandervl Exp $ */
     1/* $Id: windef.h,v 1.19 2000-01-26 23:17:49 sandervl Exp $ */
    22
    33/*
     
    141141#endif
    142142
     143#if (__IBMC__ < 400) && (__IBMCPP__ < 360)
    143144#ifndef __declspec
    144145  #define __declspec(x)
     
    152153  #define dllexport
    153154#endif
     155#endif // (__IBMC__ < 400) && (__IBMCPP__ < 360)
    154156
    155157#ifndef CONST
Note: See TracChangeset for help on using the changeset viewer.