Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
ServiceWin32.h
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#ifdef _WIN32
7#ifndef _WIN32_SERVICE_
8#define _WIN32_SERVICE_
9
10bool WinServiceInstall();
11bool WinServiceUninstall();
12bool WinServiceRun();
13
14#endif // _WIN32_SERVICE_
15#endif // _WIN32
16