diff options
| author | 2007-07-27 16:45:03 +0000 | |
|---|---|---|
| committer | 2007-07-27 16:45:03 +0000 | |
| commit | 27d4ea0d970ed95cf21acedf72a08611ea082d72 (patch) | |
| tree | 50bc50644c230f5c71a0965a6eeea93f557eed74 /include | |
| parent | More detail on the comment to indicate how to replace a functor in a class (diff) | |
| download | inspircd++-27d4ea0d970ed95cf21acedf72a08611ea082d72.tar.gz inspircd++-27d4ea0d970ed95cf21acedf72a08611ea082d72.tar.bz2 inspircd++-27d4ea0d970ed95cf21acedf72a08611ea082d72.zip | |
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 |
