diff options
| author | 2007-07-27 17:52:17 +0000 | |
|---|---|---|
| committer | 2007-07-27 17:52:17 +0000 | |
| commit | a33663c08681c2c0ecedda478e1ae9953237b1aa (patch) | |
| tree | 052a0b53a5405685f4040921b709eeeecdfe214a /src/server.cpp | |
| parent | add filelogger.* and server.* to the project file so theyre compiled (diff) | |
SIGHUP needs to be #define'd on windows. This is an i-hate-windows day today.
Also, define WIN32_LEAN_AND_MEAN as we should be able to get away with using it now we dont have the shell functions
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7595 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/server.cpp')
| -rw-r--r-- | src/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server.cpp b/src/server.cpp index 2689b6f35..d993e7b63 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -32,7 +32,7 @@ void InspIRCd::SignalHandler(int signal) void InspIRCd::Exit(int status) { #ifdef WINDOWS - IPC->Close(); + WindowsIPC->Close(); #endif if (this) { |
