Changeset 376 in Main for trunk


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

trying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VC6Compat/stdint.h

    r375 r376  
    88typedef u_int16_t short uint16_t;
    99typedef u_int32_t uint32_t;
     10typedef u_int64_t uint64_t;
    1011#else
    1112typedef unsigned char uint8_t;
Note: See TracChangeset for help on using the changeset viewer.