mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-09 11:08:40 +00:00
fixed most stuff theres still linker issues
This commit is contained in:
@@ -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
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user