Skip to content

Commit

Permalink
Fix build with Chromium 125
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed May 6, 2024
1 parent c32f60b commit 75b538d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/uv/include/uv/errno.h
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
* if C++ is being used. Define it directly to avoid problems when integrating
* libuv in a C++ project.
*/
#if defined(ENODATA) && !defined(_WIN32)
#if 0 //defined(ENODATA) && !defined(_WIN32)
# define UV__ENODATA UV__ERR(ENODATA)
#elif defined(__FreeBSD__)
# define UV__ENODATA (-9919)
Expand Down

0 comments on commit 75b538d

Please sign in to comment.