From: Daniel Tang <danielzgtg.opensource(a)gmail.com> --- include/slpublic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/slpublic.h b/include/slpublic.h index 3f3a39274d1..78981eef61f 100644 --- a/include/slpublic.h +++ b/include/slpublic.h @@ -66,6 +66,8 @@ SLCAPI HRESULT WINAPI SLGetLicensingStatusInformation(HSLC, const SLID*, const S SLCAPI HRESULT WINAPI SLGetWindowsInformation(LPCWSTR, SLDATATYPE*, UINT*, LPBYTE*); SLCAPI HRESULT WINAPI SLGetWindowsInformationDWORD(LPCWSTR, LPDWORD); SLCAPI HRESULT WINAPI SLOpen(HSLC*); +SLCAPI HRESULT WINAPI SLClose(HSLC); +SLCAPI HRESULT WINAPI SLPersistApplicationPolicies(const SLID *, const SLID *, DWORD); #ifdef __cplusplus } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/2374