From 27d4ea0d970ed95cf21acedf72a08611ea082d72 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 27 Jul 2007 16:45:03 +0000 Subject: Move a bunch of stuff around for tidyness, win32 functions keep creeping into #ifdef'ed chunks in non-win32 files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7588 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index e903e273f..34a256402 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -374,6 +374,10 @@ class CoreExport InspIRCd : public classbase */ int time_delta; +#ifdef WIN32 + IPC* WindowsIPC; +#endif + public: /** Global cull list, will be processed on next iteration -- cgit v1.2.3