From dc555fa1f54982b888f26bc8018d6e5bf1bdd5ce Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 17 May 2015 14:53:38 +0000 Subject: [PATCH] [SHLWAPI] Properly stub SHGetPrivateProfileSection. CORE-9708 svn path=/trunk/; revision=67812 --- reactos/dll/win32/shlwapi/shlwapi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/shlwapi/shlwapi.spec b/reactos/dll/win32/shlwapi/shlwapi.spec index 64bf7cd1696..701a4d3a541 100644 --- a/reactos/dll/win32/shlwapi/shlwapi.spec +++ b/reactos/dll/win32/shlwapi/shlwapi.spec @@ -560,7 +560,7 @@ 560 stdcall -stub -noname SHWindowsPolicyGetValue(ptr ptr ptr) 561 stub -noname AssocGetUrlAction 562 stub -noname SHGetPrivateProfileInt -563 stub -noname SHGetPrivateProfileSection +563 stdcall -stub -noname SHGetPrivateProfileSection(wstr ptr long ptr) 564 stub -noname SHGetPrivateProfileSectionNames 565 stub -noname SHGetPrivateProfileString 566 stub -noname SHGetPrivateProfileStruct