Upgrade VS projetcs to use v120_xp toolset and fix missing include paths

This commit is contained in:
Arkshine
2015-01-14 10:25:46 +01:00
parent 328c3d7b8b
commit 97369c5d6c
23 changed files with 145 additions and 37 deletions

View File

@@ -718,7 +718,6 @@ cleanup:
#if !defined SC_LIGHT
if (errnum==0 && strlen(errfname)==0) {
int recursion;
int flag_exceed=0;
if (sc_amxlimit > 0 && (long)(hdrsize+code_idx+glb_declared*sizeof(cell)+sc_stksize*sizeof(cell)) >= sc_amxlimit)
flag_exceed=1;