https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b0e995728a12f20b5d4c8243f1d53f478e625510
commit b0e995728a12f20b5d4c8243f1d53f478e625510 Author: Oleg Dubinskiy <[email protected]> AuthorDate: Fri May 1 13:45:19 2020 +0300 Commit: GitHub <[email protected]> CommitDate: Fri May 1 13:45:19 2020 +0300 [SYSSETUP] Improve SetupQueryRegisteredOsComponent export (#2702) CORE-16784 Co-authored-by: Mark Jansen <[email protected]> --- dll/win32/syssetup/syssetup.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/win32/syssetup/syssetup.spec b/dll/win32/syssetup/syssetup.spec index 1416a967471..65a48624cbc 100644 --- a/dll/win32/syssetup/syssetup.spec +++ b/dll/win32/syssetup/syssetup.spec @@ -62,7 +62,7 @@ @ stub SetupOobeInitPostServices @ stub SetupOobeInitPreServices @ stub SetupPidGen3 -@ stub SetupQueryRegisteredOsComponent +@ stdcall -stub SetupQueryRegisteredOsComponent(ptr ptr ptr) @ stub SetupQueryRegisteredOsComponentsOrder @ stub SetupReadPhoneList @ stub SetupSetAdminPassword
