Commit bae98cc8 authored by unknown's avatar unknown

Fix Windows build.

parent 2194a89e
...@@ -31,7 +31,7 @@ public: ...@@ -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();
......
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