diff options
author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-26 01:41:39 +0000 |
---|---|---|
committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-26 01:41:39 +0000 |
commit | c5b9eaeda030638a6fbd59396f7ad61baaf70fad (patch) | |
tree | fd7fa9e2782d1e54c02fd999dbf5576c81af4376 /src/main.c | |
parent | 90f6431603714f3c2abbe44550bca8824bb8bbe6 (diff) |
Various fixes for compiling under Windows.
Also updated ms_* modules to use std::vector Memo struct from earlier commit.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1797 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 53bebd298..69b887140 100644 --- a/src/main.c +++ b/src/main.c @@ -48,6 +48,8 @@ int protocoldebug = 0; /* -protocoldebug */ #ifdef _WIN32 char *binary_dir; /* Used to store base path for win32 restart */ +#include <process.h> +#define execve _execve #endif /* Set to 1 if we are to quit */ |