This commit is contained in:
2026-06-14 03:24:40 +02:00
parent 394e42aae8
commit a78ec329b4
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@
typedef uintptr_t MIHP_HeapOpaque;
typedef void*(MIHP_PlatformRequestMemoryFn)(MIHP_HeapOpaque heap, size_t minRequestedSize, size_t* outActualSize);
typedef bool (MIHP_PlatformFreeMemoryFn)(MIHP_HeapOpaque heap, void* Ptr, size_t actualSize);
typedef bool (MIHP_PlatformFreeMemoryFn)(MIHP_HeapOpaque heap, void* ptr, size_t actualSize);
typedef enum _MIHP_HeapCorruptionError
{