mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
5
deps/acelite/ace/NT_Service.cpp
vendored
5
deps/acelite/ace/NT_Service.cpp
vendored
@@ -202,7 +202,10 @@ ACE_NT_Service::insert (DWORD start_type,
|
||||
0,
|
||||
SC_MANAGER_ALL_ACCESS);
|
||||
if (sc_mgr == 0)
|
||||
return -1;
|
||||
{
|
||||
ACE_OS::set_errno_to_last_error();
|
||||
return -1;
|
||||
}
|
||||
|
||||
SC_HANDLE sh = ACE_TEXT_CreateService (sc_mgr,
|
||||
this->name (),
|
||||
|
||||
Reference in New Issue
Block a user