This commit is contained in:
bol-van
2026-02-28 10:10:12 +03:00
parent 934903dfdf
commit 74c5b58a1b
2 changed files with 1 additions and 2 deletions

View File

@@ -29,7 +29,6 @@
#if defined(_MSC_VER)
#include <basetsd.h>
typedef unsigned int size_t;// use the right type for length declarations
typedef UINT32 uint32_t;
typedef UINT64 uint64_t;
#else