]> Nishi Git Mirror - tewi.git/commitdiff
trying
authorNishi <nishi@nishi.boats>
Thu, 17 Oct 2024 10:15:23 +0000 (10:15 +0000)
committerNishi <nishi@nishi.boats>
Thu, 17 Oct 2024 10:15:23 +0000 (10:15 +0000)
git-svn-id: file:///raid/svn-personal/tewi/trunk@376 8739d7e6-ffea-ec47-b151-bdff447c6205

VC6Compat/stdint.h

index 36bd48368ae2c858892cba2d3c009242f750b65f..631867f324772f68f28a324ee644a6ac4b751b0d 100644 (file)
@@ -7,6 +7,7 @@
 typedef u_int8_t uint8_t;
 typedef u_int16_t short uint16_t;
 typedef u_int32_t uint32_t;
+typedef u_int64_t uint64_t;
 #else
 typedef unsigned char uint8_t;
 typedef unsigned short uint16_t;