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