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

commit cabf1208330f4ee9add1805d40eb17097d5a14d5
Author:     Joachim Henze <[email protected]>
AuthorDate: Mon Dec 23 13:26:42 2019 +0100
Commit:     Joachim Henze <[email protected]>
CommitDate: Mon Dec 23 13:26:42 2019 +0100

    [APISETS] Appease regression CORE-16563
    
    Symptom: "Far Manager main app does not longer start up"
    
    The issue started to show with 0.4.13-dev-986-g
    029b8f2cf9912b148f3e60be0472652f26a1adb9
    
    Thanks to Mark Jansen for providing this first patch.
    
    I intend to port this back into 0.4.13RC,
    but we are not completely done with this ticket.
---
 dll/apisets/api-ms-win-appmodel-runtime-l1-1-2.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dll/apisets/api-ms-win-appmodel-runtime-l1-1-2.spec 
b/dll/apisets/api-ms-win-appmodel-runtime-l1-1-2.spec
index b5699a9add0..ead1400bb94 100644
--- a/dll/apisets/api-ms-win-appmodel-runtime-l1-1-2.spec
+++ b/dll/apisets/api-ms-win-appmodel-runtime-l1-1-2.spec
@@ -7,7 +7,7 @@
 @ stub AppPolicyGetMediaFoundationCodecLoading
 @ stub AppPolicyGetProcessTerminationMethod
 @ stub AppPolicyGetShowDeveloperDiagnostic
-@ stub AppPolicyGetThreadInitializationType
+@ stdcall -stub AppPolicyGetThreadInitializationType(long ptr)
 @ stub AppPolicyGetWindowingModel
 @ stub GetApplicationUserModelIdFromToken
 @ stub GetPackageFamilyNameFromToken

Reply via email to