MSVC8/VS2005 Compiling Fixes - 0 errors, 0 warnings. Hurray!

This commit is contained in:
Scott Ehlert
2006-04-06 12:56:45 +00:00
parent ec51566abe
commit f2d21c410b
13 changed files with 275 additions and 575 deletions

View File

@@ -54,7 +54,7 @@ static cell AMX_NATIVE_CALL _time(AMX *amx, cell *params)
/* the time() function returns the number of seconds since January 1 1970
* in Universal Coordinated Time (the successor to Greenwich Mean Time)
*/
return sec1970;
return (cell)sec1970;
}
#if defined __BORLANDC__ || defined __WATCOMC__