Stefan Leichter : psapi: Fix output parameter of function GetModuleBaseName in spec

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 13 07:03:35 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 3c5fc25b88f48d38f514c0acc642919bbcb75cbb
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=3c5fc25b88f48d38f514c0acc642919bbcb75cbb

Author: Stefan Leichter <Stefan.Leichter at camLine.com>
Date:   Mon Feb 13 13:24:15 2006 +0100

psapi: Fix output parameter of function GetModuleBaseName in spec
file.

---

 dlls/psapi/psapi.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/psapi/psapi.spec b/dlls/psapi/psapi.spec
index a7066af..e9bc146 100644
--- a/dlls/psapi/psapi.spec
+++ b/dlls/psapi/psapi.spec
@@ -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)




More information about the wine-cvs mailing list