diff --git a/Changes b/Changes index baac40c7f..8bfe966fb 100644 --- a/Changes +++ b/Changes @@ -1568,3 +1568,4 @@ seen. gmtime warning still there - Added some more debugging stuff, made check_pings a little more readable - More SSL debugging stuff.. - A minor fix in SSL_is_inited stuff in s_bsd +- Fixed a bug with installing unreal as a services under NT4 reported by peter (#0000295) diff --git a/src/win32/unreal.c b/src/win32/unreal.c index df1818cb9..a75db6dd0 100644 --- a/src/win32/unreal.c +++ b/src/win32/unreal.c @@ -21,7 +21,8 @@ #include #include static OSVERSIONINFO VerInfo; - +HMODULE hAdvapi; +BOOL (*uChangeServiceConfig2)(); #define IRCD_SERVICE_CONTROL_REHASH 128 void show_usage() { fprintf(stderr, "unreal start|stop|rehash|restart|install|uninstall|config