1
0

Fix service Main

This commit is contained in:
worktycho 2015-05-15 14:54:48 +01:00 committed by tycho
parent c96849f431
commit 0da8c7392e

View File

@ -258,7 +258,7 @@ DWORD WINAPI serviceWorkerThread(LPVOID lpParam)
UNREFERENCED_PARAMETER(lpParam); UNREFERENCED_PARAMETER(lpParam);
// Do the normal startup // Do the normal startup
universalMain(); universalMain(cpp14::make_unique<cMemorySettingsRepository>());
return ERROR_SUCCESS; return ERROR_SUCCESS;
} }