Fix Windows build.

parent bfb2c3eb
...@@ -31,7 +31,7 @@ class WindowsService ...@@ -31,7 +31,7 @@ class WindowsService
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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment