From 98c3eda172be53eae1afd8d88a109908df578441 Mon Sep 17 00:00:00 2001 From: Nishi Date: Thu, 17 Oct 2024 10:15:23 +0000 Subject: [PATCH] trying git-svn-id: file:///raid/svn-personal/tewi/trunk@376 8739d7e6-ffea-ec47-b151-bdff447c6205 --- VC6Compat/stdint.h | 1 + 1 file changed, 1 insertion(+) diff --git a/VC6Compat/stdint.h b/VC6Compat/stdint.h index 36bd483..631867f 100644 --- a/VC6Compat/stdint.h +++ b/VC6Compat/stdint.h @@ -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; -- 2.43.0