Skip to content

Commit

Permalink
fixes bug
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Jan 19, 2024
1 parent 61e8d9d commit 267ab12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clibs/imgui/luaimgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,7 @@ ioGetter(lua_State* L) {

#if BX_PLATFORM_WINDOWS
#define bx_malloc_size _msize
#elif BX_PLATFORM_LINUX
#elif BX_PLATFORM_LINUX || BX_PLATFORM_ANDROID
#include <malloc.h>
#define bx_malloc_size malloc_usable_size
#elif BX_PLATFORM_OSX
Expand Down

0 comments on commit 267ab12

Please sign in to comment.