mirror of
https://github.com/anope/anope.git
synced 2026-07-10 16:43:13 +02:00
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
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user