Skip to content

Commit

Permalink
Undefined NO_ERROR macro to avoid name conflict (#2167)
Browse files Browse the repository at this point in the history
b/302733082

Test-On-Device: true
  • Loading branch information
gbournou authored Jan 6, 2024
1 parent 9bfdad0 commit b6ceaee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starboard/shared/win32/posix_emu/include/sys/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#if defined(STARBOARD)

#include <winsock2.h> // For struct timeval
#undef NO_ERROR // http://b/302733082#comment15

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit b6ceaee

Please sign in to comment.