From b6ceaee8b3fb3a25cd5fd5d0fd36cf5139ce692e Mon Sep 17 00:00:00 2001 From: Garo Bournoutian Date: Fri, 5 Jan 2024 17:06:10 -0800 Subject: [PATCH] Undefined `NO_ERROR` macro to avoid name conflict (#2167) b/302733082 Test-On-Device: true --- starboard/shared/win32/posix_emu/include/sys/time.h | 1 + 1 file changed, 1 insertion(+) diff --git a/starboard/shared/win32/posix_emu/include/sys/time.h b/starboard/shared/win32/posix_emu/include/sys/time.h index 7aac09a41d54..0e05484c17be 100644 --- a/starboard/shared/win32/posix_emu/include/sys/time.h +++ b/starboard/shared/win32/posix_emu/include/sys/time.h @@ -18,6 +18,7 @@ #if defined(STARBOARD) #include // For struct timeval +#undef NO_ERROR // http://b/302733082#comment15 #ifdef __cplusplus extern "C" {