Changeset 378 in Main for trunk/VC6Compat


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

trying to fix bsdi port

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VC6Compat/stdint.h

    r376 r378  
    66#ifdef __bsdi__
    77typedef u_int8_t uint8_t;
    8 typedef u_int16_t short uint16_t;
     8typedef u_int16_t uint16_t;
    99typedef u_int32_t uint32_t;
    1010typedef u_int64_t uint64_t;
Note: See TracChangeset for help on using the changeset viewer.