From a539875eccf01c6d0a5fb21649d10a23ad191b23 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 24 Aug 2008 19:19:57 +0000 Subject: Properly give the service specific exit code on failure to start. Now we just need to find out how to retrieve this git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10240 e03df62e-2008-0410-955e-edbf42e46eb7 --- win/inspircd_win32wrapper.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win/inspircd_win32wrapper.h') diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 89309fbc9..2935ba5c9 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -18,7 +18,9 @@ #ifndef INSPIRCD_WIN32WRAPPER_H #define INSPIRCD_WIN32WRAPPER_H +#ifndef CONFIGURE_BUILD #include "win32service.h" +#endif /* Define the WINDOWS macro. This means we're building on windows to the rest of the server. I think this is more reasonable than using WIN32, especially if we're gonna be doing 64-bit compiles */ -- cgit v1.2.3