mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix Windows build.
This commit is contained in:
@ -31,7 +31,7 @@ public:
|
|||||||
WindowsService(const char *p_serviceName, const char *p_displayName);
|
WindowsService(const char *p_serviceName, const char *p_displayName);
|
||||||
~WindowsService(void);
|
~WindowsService(void);
|
||||||
|
|
||||||
BOOL Install();
|
BOOL Install(const char *username, const char *password);
|
||||||
BOOL Remove();
|
BOOL Remove();
|
||||||
BOOL Init();
|
BOOL Init();
|
||||||
BOOL IsInstalled();
|
BOOL IsInstalled();
|
||||||
|
Reference in New Issue
Block a user