diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-27 16:45:03 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-07-27 16:45:03 +0000 |
commit | 27d4ea0d970ed95cf21acedf72a08611ea082d72 (patch) | |
tree | 50bc50644c230f5c71a0965a6eeea93f557eed74 /include | |
parent | e5c4de03a904bc43924bfe9fb166b672dd19bde1 (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |