Changeset 1403 for trunk/dll/fm3dll.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/fm3dll.h

    r1358 r1403  
    125125#endif // OS2_INCLUDED
    126126
    127 #if defined(__IBMC__)
    128 #if __IBMC__ != 430
    129 #error VAC365 required for long long support
    130 #endif
    131 #if !defined(_LONG_LONG)
    132 #error Long long support not enabled
    133 #endif
    134 #endif
    135 
    136127#define DIR_SPLITBAR_OFFSET     18 * 12 /* Pixel offset of details splitbar */
    137128
Note: See TracChangeset for help on using the changeset viewer.