diff options
Diffstat (limited to 'src/3rdparty/squirrel/include/sqstdsystem.h')
-rw-r--r-- | src/3rdparty/squirrel/include/sqstdsystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/squirrel/include/sqstdsystem.h b/src/3rdparty/squirrel/include/sqstdsystem.h index 1e9b9b089..552ba178c 100644 --- a/src/3rdparty/squirrel/include/sqstdsystem.h +++ b/src/3rdparty/squirrel/include/sqstdsystem.h @@ -2,6 +2,6 @@ #ifndef _SQSTD_SYSTEMLIB_H_ #define _SQSTD_SYSTEMLIB_H_ -SQUIRREL_API SQInteger sqstd_register_systemlib(HSQUIRRELVM v); +SQInteger sqstd_register_systemlib(HSQUIRRELVM v); #endif /* _SQSTD_SYSTEMLIB_H_ */ |