Ignore:
Timestamp:
Jun 14, 2002, 2:20:11 PM (23 years ago)
Author:
umoeller
Message:

Misc updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/linklist.h

    r147 r174  
    3333    #endif
    3434
    35     // define some basic things to make this work even with standard C
    36     #if (!defined OS2_INCLUDED) && (!defined _OS2_H) && (!defined __SIMPLES_DEFINED)   // changed V0.9.0 (99-10-22) [umoeller]
    37         typedef unsigned long BOOL;
    38         typedef unsigned long ULONG;
    39         typedef unsigned char *PSZ;
    40         #define TRUE (BOOL)1
    41         #define FALSE (BOOL)0
    42 
    43         #ifdef __IBMCPP__               // added V0.9.0 (99-10-22) [umoeller]
    44             #define APIENTRY _System
    45         #endif
    46 
    47         #define __SIMPLES_DEFINED
    48     #endif
     35    #include "helpers\simples.h"
     36            // V0.9.19 (2002-06-13) [umoeller]
    4937
    5038    /* LISTITEM was used before V0.9.0 */
Note: See TracChangeset for help on using the changeset viewer.