https://git.reactos.org/?p=reactos.git;a=commitdiff;h=10a4ecdc3f4802abcd027dbcd496a4b6671e803e

commit 10a4ecdc3f4802abcd027dbcd496a4b6671e803e
Author:     Serge Gautherie <[email protected]>
AuthorDate: Fri Jan 10 14:20:53 2020 +0100
Commit:     Hermès BÉLUSCA - MAÏTO <[email protected]>
CommitDate: Fri Jan 10 14:20:53 2020 +0100

    [APISETS] Forwarders don't need parameter specifications (#2225)
    
    Addendum to 192926ee.
---
 dll/apisets/api-ms-win-appmodel-runtime-l1-1-1.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dll/apisets/api-ms-win-appmodel-runtime-l1-1-1.spec 
b/dll/apisets/api-ms-win-appmodel-runtime-l1-1-1.spec
index 1c4887411eb..0cdb40a7690 100644
--- a/dll/apisets/api-ms-win-appmodel-runtime-l1-1-1.spec
+++ b/dll/apisets/api-ms-win-appmodel-runtime-l1-1-1.spec
@@ -8,7 +8,7 @@
 @ stub GetCurrentApplicationUserModelId
 @ stub GetCurrentPackageFamilyName
 @ stub GetCurrentPackageFullName
-@ stdcall -version=0x602+ GetCurrentPackageId(ptr ptr) 
kernel32.GetCurrentPackageId
+@ stdcall -version=0x602+ GetCurrentPackageId() kernel32.GetCurrentPackageId
 @ stub GetCurrentPackageInfo
 @ stub GetCurrentPackagePath
 @ stub GetPackageApplicationIds

Reply via email to