AMD64 support
This commit is contained in:
parent
80b8591295
commit
8a57648b87
|
@ -1,6 +1,7 @@
|
|||
#include "pcre.h"
|
||||
#include "CRegEx.h"
|
||||
#include <string.h>
|
||||
#include "amxxmodule.h"
|
||||
|
||||
RegEx::RegEx()
|
||||
{
|
||||
|
|
|
@ -23,4 +23,5 @@ private:
|
|||
char *subject;
|
||||
};
|
||||
|
||||
#endif //_INCLUDE_CREGEX_H
|
||||
#endif //_INCLUDE_CREGEX_H
|
||||
|
||||
|
|
|
@ -134,6 +134,8 @@ if (!(-d $outdir))
|
|||
|
||||
$inc = $OPTIONS{"include"};
|
||||
|
||||
$cflags .= " -fno-exceptions";
|
||||
|
||||
for ($i=0; $i<=$#CPP_SOURCE_FILES; $i++)
|
||||
{
|
||||
$file = $CPP_SOURCE_FILES[$i];
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#include <string.h>
|
||||
#include "pcre.h"
|
||||
#include "amxxmodule.h"
|
||||
#include "CVector.h"
|
||||
#include "CRegEx.h"
|
||||
#include "amxxmodule.h"
|
||||
#include "module.h"
|
||||
|
||||
CVector<RegEx *> PEL;
|
||||
|
@ -101,4 +101,4 @@ void OnAmxxDetach()
|
|||
}
|
||||
|
||||
PEL.clear();
|
||||
}
|
||||
}
|
||||
|
|
|
@ -459,4 +459,5 @@
|
|||
|
||||
#endif // USE_METAMOD
|
||||
|
||||
#endif // __MODULECONFIG_H__
|
||||
#endif // __MODULECONFIG_H__
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user