diff --git a/tinky.c b/tinky.c index ac3be8a..050274e 100644 --- a/tinky.c +++ b/tinky.c @@ -1,6 +1,7 @@ #include #include #include + int main(void){ SC_HANDLE hSCManager = OpenSCManagerA(NULL, SERVICES_ACTIVE_DATABASE, SC_MANAGER_ALL_ACCESS); if (hSCManager == NULL){