mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 10:17:14 +00:00
GRIM: Fix luaA_passresults() int32/int discrepancy
Linking would fail with MSVC when building for win32 with 'long' used as the int32 typedef.
This commit is contained in:
parent
6239c87416
commit
e4ed41950d
@ -53,7 +53,7 @@ byte clamp_color(int c) {
|
||||
return c;
|
||||
}
|
||||
|
||||
int luaA_passresults();
|
||||
int32 luaA_passresults();
|
||||
|
||||
void Lua_V1::new_dofile() {
|
||||
const char *fname_str = luaL_check_string(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user