mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
Fixed MESS compilation error
This commit is contained in:
parent
a62870621a
commit
c590cd8a56
@ -526,8 +526,10 @@ static void global_init(void)
|
|||||||
|
|
||||||
// determine if we enabled by default
|
// determine if we enabled by default
|
||||||
#ifdef MESS
|
#ifdef MESS
|
||||||
|
{
|
||||||
extern BOOL win_is_gui_application(void);
|
extern BOOL win_is_gui_application(void);
|
||||||
use_malloc_tracking = !win_is_gui_application();
|
use_malloc_tracking = !win_is_gui_application();
|
||||||
|
}
|
||||||
#elif defined(WINUI)
|
#elif defined(WINUI)
|
||||||
use_malloc_tracking = FALSE;
|
use_malloc_tracking = FALSE;
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user