Commit 3c5fc25b authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

psapi: Fix output parameter of function GetModuleBaseName in spec

file.
parent 7a4b59b0
......@@ -10,8 +10,8 @@
@ stdcall GetDeviceDriverFileNameW(ptr wstr long)
@ stdcall GetMappedFileNameA(long ptr str long)
@ stdcall GetMappedFileNameW(long ptr wstr long)
@ stdcall GetModuleBaseNameA(long long str long)
@ stdcall GetModuleBaseNameW(long long wstr long)
@ stdcall GetModuleBaseNameA(long long ptr long)
@ stdcall GetModuleBaseNameW(long long ptr long)
@ stdcall GetModuleFileNameExA(long long str long)
@ stdcall GetModuleFileNameExW(long long wstr long)
@ stdcall GetModuleInformation(long long ptr long)
......
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