Commit 241b3928 authored by Alasdair Sinclair's avatar Alasdair Sinclair Committed by Alexandre Julliard

ntdll: Add missing WINAPI to RtlDecompressFragment.

parent 6dad3f21
...@@ -1489,7 +1489,7 @@ out: ...@@ -1489,7 +1489,7 @@ out:
/****************************************************************************** /******************************************************************************
* RtlDecompressFragment [NTDLL.@] * RtlDecompressFragment [NTDLL.@]
*/ */
NTSTATUS RtlDecompressFragment(USHORT format, PUCHAR uncompressed, ULONG uncompressed_size, NTSTATUS WINAPI RtlDecompressFragment(USHORT format, PUCHAR uncompressed, ULONG uncompressed_size,
PUCHAR compressed, ULONG compressed_size, ULONG offset, PUCHAR compressed, ULONG compressed_size, ULONG offset,
PULONG final_size, PVOID workspace) PULONG final_size, PVOID workspace)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment