From 428aa503684e0f3d79730a1c7336db734846ffb6 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 22 May 2007 20:03:33 +0000 Subject: Code to find nameservers in the windows registry - largely untested git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7113 e03df62e-2008-0410-955e-edbf42e46eb7 --- win/inspircd_win32wrapper.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'win/inspircd_win32wrapper.h') diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index f8506c97b..dc2fbb705 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -42,6 +42,8 @@ #define _CRT_SECURE_NO_DEPRECATE #define _SCL_SECURE_NO_DEPRECATE +#include + /* Say we're building on windows 2000. Anyone running something older than this * reeeeeeeally needs to upgrade! */ @@ -168,5 +170,7 @@ void InitIPC(); void CheckIPC(InspIRCd * Instance); void CloseIPC(); +std::string FindNameServerWin(); + #endif -- cgit v1.2.3