On Sat Mar 11 15:02:56 2023 +0000, Jactry Zeng wrote:
Daniel Tang commented on a discussion on include/slpublic.h:https://gitlab.winehq.org/wine/wine/-/merge_requests/2374#note_26709
} SL_LICENSING_STATUS;
SLCAPI HRESULT WINAPI SLGetLicensingStatusInformation(HSLC, const
SLID*, const SLID*, LPCWSTR, UINT*, SL_LICENSING_STATUS**);
+HRESULT WINAPI SLGetSLIDList(HSLC, UINT, const SLID *, UINT, UINT *,
SLID **);
Sorry I didn't notice the SLCAPI part. But anyway, I saw some other
functions not being added to this file, so I realized that it's not necessary either to add these two functions here either. I think you are talking about SLPersistApplicationPolicies() and SLClose(), right? No, they should be added to the header file as well. Please feel free to add them by a separate commit in your MR by the way if you want. Thanks
Added