replace IsIconic with custom function

This commit is contained in:
FunkyFr3sh 2023-08-20 23:12:00 +02:00
parent 5c23d2d8a5
commit 66e86aa37c
7 changed files with 17 additions and 8 deletions

View file

@ -206,7 +206,7 @@ int dbg_printf(const char* fmt, ...)
void dbg_print_rect(char* info, LPRECT rect)
{
#ifdef _DEBUG_X
#ifdef _DEBUG
if (rect)
{
TRACE(