[PATCH v2 1/8] advapi32: Replace usage of internal SERV_ functions with exported functions

Micah N Gorrell mgorrell at codeweavers.com
Wed Sep 11 17:52:18 CDT 2019


On Wed, Sep 11, 2019 at 10:46:38PM +0000, Alistair Leslie-Hughes wrote:
> -DWORD SERV_OpenServiceW(SC_HANDLE, LPCWSTR, DWORD, SC_HANDLE*) DECLSPEC_HIDDEN;
> Now you have remove it from the header, it would make sense making it static in the file it's defined.

Oh, good catch. Thank you. All 3 of the functions removed from the header can be
static now. They are each used once now, and could be moved into the functions
they are called from but that seemed like a larger than necessary patch.

Thanks,
Micah




More information about the wine-devel mailing list