Changeset 1403 for trunk/dll/makelist.h


Ignore:
Timestamp:
Mar 14, 2009, 6:43:33 PM (16 years ago)
Author:
Gregg Young
Message:

Remove all IBMC specific code (ifdefs) including the removal of fsopen.c (obj reference removed from makefile).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/makelist.h

    r1225 r1403  
    1717#if !defined(MAKELIST_H)
    1818#define MAKELIST_H
    19 
    20 #if defined(__IBMC__)
    21 #if __IBMC__ != 430
    22 #error VAC365 required for long long support
    23 #endif
    24 #if !defined(_LONG_LONG)
    25 #error Long long support not enabled
    26 #endif
    27 #endif
    2819
    2920#if !defined(OS2_INCLUDED)
Note: See TracChangeset for help on using the changeset viewer.