1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix Windows build.

This commit is contained in:
anozdrin/alik@alik.opbmk
2007-02-20 20:31:16 +03:00
parent bfb2c3eb3d
commit a91354c3be

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();