diff options
author | burlex <burlex@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-08 23:02:40 +0000 |
---|---|---|
committer | burlex <burlex@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-08 23:02:40 +0000 |
commit | 48d672de135a497e34b1530225fbb5a72452b841 (patch) | |
tree | 9db0dd5ef1d64da099a608ae062793b779f0b537 /src/inspircd.cpp | |
parent | 890e00d5956ff31fd95a6bb667f7918e2e97af3a (diff) |
- Enabled minimal rebuild on all VS project files, this will reduce build time on small changes, also removed the -Auto configurations as they are no longer used.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7261 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 94da7baec..b1f383e00 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -100,6 +100,7 @@ DWORD WindowsForkStart(InspIRCd * Instance) DWORD ExitCode = 14; GetExitCodeProcess(procinfo.hProcess, &ExitCode); CloseHandle(procinfo.hThread); + CloseHandle(procinfo.hProcess); return ExitCode; } |