ntdll: Add missing WINAPI to RtlDecompressFragment.

oldstable
Alasdair Sinclair 2015-07-14 01:40:15 +00:00 committed by Alexandre Julliard
parent 6dad3f2121
commit 241b3928b1
1 changed files with 1 additions and 1 deletions

View File

@ -1489,7 +1489,7 @@ out:
/******************************************************************************
* 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,
PULONG final_size, PVOID workspace)
{