From ea4a7526c49e24f854f5163400886a8275bba6d5 Mon Sep 17 00:00:00 2001 From: stmctommyau Date: Mon, 18 Sep 2023 03:04:06 +0000 Subject: [PATCH] Update 'utils.h' --- utils.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils.h b/utils.h index 995ab0c..6ca783d 100644 --- a/utils.h +++ b/utils.h @@ -9,8 +9,7 @@ #include #include #endif -#ifdef _WIN32 -#else +#ifndef _WIN32 //for fflush_stdin #include #endif