Fixed MESS compilation error

This commit is contained in:
Nathan Woods 2008-01-12 04:08:45 +00:00
parent a62870621a
commit c590cd8a56

View File

@ -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