fixed most stuff theres still linker issues

This commit is contained in:
JuiceyDev
2026-03-04 23:17:28 +01:00
parent 240a7e91a6
commit f622fe08a8
14 changed files with 269 additions and 16 deletions

View File

@@ -256,7 +256,7 @@ HRESULT XMemDecompress(
XMEMDECOMPRESSION_CONTEXT Context,
VOID *pDestination,
SIZE_T *pDestSize,
CONST VOID *pSource,
VOID *pSource,
SIZE_T SrcSize
)
{
@@ -287,7 +287,7 @@ HRESULT XMemCompress(
XMEMCOMPRESSION_CONTEXT Context,
VOID *pDestination,
SIZE_T *pDestSize,
CONST VOID *pSource,
VOID *pSource,
SIZE_T SrcSize
)
{