diff --git a/ServiceExample/Main.cpp b/ServiceExample/Main.cpp index 5f51261..ea4eda5 100644 --- a/ServiceExample/Main.cpp +++ b/ServiceExample/Main.cpp @@ -7,20 +7,22 @@ #include #include -#pragma comment(lib, "advapi32.lib") -#pragma comment(lib, "kernel32.lib") - #include "Models.h" #include "ServiceEntryPoint.hpp" +#pragma comment(lib, "advapi32.lib") +#pragma comment(lib, "kernel32.lib") + template VOID ServiceInstall(void); -template VOID ServiceReportEvent(LPTSTR); -std::shared_ptr> service_info(new models::ServiceInfo<>(L"Service Example")); +std::shared_ptr> +service_info(new models::ServiceInfo<>(L"Service Example")); #undef main