Changeset 382 in Main for trunk/VC6Compat


Ignore:
Timestamp:
Oct 17, 2024, 7:27:18 PM (4 weeks ago)
Author:
Nishi
Message:

trying to fix bsdi port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VC6Compat/stdint.h

    r379 r382  
    1010typedef u_int32_t uint32_t;
    1111typedef u_int64_t uint64_t;
     12
     13#define INT32_MAX 0x7fffffff
    1214#else
    1315typedef unsigned char uint8_t;
Note: See TracChangeset for help on using the changeset viewer.