summaryrefslogtreecommitdiff
path: root/win/configure.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-24 19:19:57 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-08-24 19:19:57 +0000
commita539875eccf01c6d0a5fb21649d10a23ad191b23 (patch)
tree69fdd9879082089a848f42311917eccaa784c691 /win/configure.cpp
parent7eb54577bb3b8cdb2fa9a2ebfb537fa2f369d6b5 (diff)
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
Diffstat (limited to 'win/configure.cpp')
-rw-r--r--win/configure.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/configure.cpp b/win/configure.cpp
index 91c68a227..1bc6aba13 100644
--- a/win/configure.cpp
+++ b/win/configure.cpp
@@ -13,6 +13,7 @@
#define _CRT_SECURE_NO_DEPRECATE
+#define CONFIGURE_BUILD
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <stdio.h>