diff --git a/AK/Assertions.h b/AK/Assertions.h index 126780620be..9f75f78eec6 100644 --- a/AK/Assertions.h +++ b/AK/Assertions.h @@ -11,7 +11,7 @@ #else # include extern "C" __attribute__((noreturn)) void ak_verification_failed(char const*); -# ifndef NDEBUG +# if !defined(NDEBUG) && !defined(WIN32) # define VERIFY assert # else # define __stringify_helper(x) #x