win,build: fix compilation on old Windows / MSVC
Observed on Windows XP with Visual Studio 2008. PR-URL: https://github.com/libuv/libuv/pull/880 Reviewed-By: Alexis Campailla <orangemocha@nodejs.org>
This commit is contained in:
parent
c5622a1c4f
commit
36a024de05
@ -40,6 +40,9 @@
|
||||
#include "stream-inl.h"
|
||||
#include "req-inl.h"
|
||||
|
||||
#ifndef InterlockedOr
|
||||
# define InterlockedOr _InterlockedOr
|
||||
#endif
|
||||
|
||||
#define UNICODE_REPLACEMENT_CHARACTER (0xfffd)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user