This commit is contained in:
2026-06-14 03:21:15 +02:00
parent 9f42297bf2
commit 394e42aae8
2 changed files with 2 additions and 2 deletions

View File

@@ -210,7 +210,7 @@ size_t MIHP_GetMinimalPayloadSize(const MIHP_Heap* heap);
size_t MIHP_GetMaximalPayloadSize(const MIHP_Heap* heap);
/* */
#if MIHP_IMPLEMENTATION
#ifdef MIHP_IMPLEMENTATION
#include "minimal_heap_implementation.inl"
#endif