AMD64 support

This commit is contained in:
David Anderson
2004-10-05 08:13:55 +00:00
parent 80b8591295
commit 8a57648b87
5 changed files with 9 additions and 4 deletions

View File

@ -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();
}
}