1
0
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:
unknown
2007-02-20 20:31:16 +03:00
parent 2194a89ed9
commit bae98cc8a6

View File

@ -31,7 +31,7 @@ public:
WindowsService(const char *p_serviceName, const char *p_displayName);
~WindowsService(void);
BOOL Install();
BOOL Install(const char *username, const char *password);
BOOL Remove();
BOOL Init();
BOOL IsInstalled();