Update to SourcePawn 1.9 and the latest AMTL.

This commit is contained in:
David Anderson
2016-07-26 01:36:35 -07:00
parent 7008a566a8
commit 3cccfc15da
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "CDataPack.h" #include "CDataPack.h"
#include <am-utility.h> #include <amtl/am-autoptr.h>
#include <am-vector.h> #include <amtl/am-vector.h>
using namespace ke; using namespace ke;
+1 -1
View File
@@ -34,7 +34,7 @@
#include <IHandleSys.h> #include <IHandleSys.h>
#include <IForwardSys.h> #include <IForwardSys.h>
#include <ISourceMod.h> #include <ISourceMod.h>
#include <am-utility.h> #include <amtl/am-autoptr.h>
HandleType_t g_GlobalFwdType = 0; HandleType_t g_GlobalFwdType = 0;
HandleType_t g_PrivateFwdType = 0; HandleType_t g_PrivateFwdType = 0;
+1 -1
View File
@@ -110,7 +110,7 @@ public:
memory_used_(0) memory_used_(0)
{ {
if (!internal_.init()) if (!internal_.init())
internal_.reportOutOfMemory(); internal_.allocPolicy().reportOutOfMemory();
} }
typedef typename Internal::Result Result; typedef typename Internal::Result Result;