Commit Graph
1 Commits
Author SHA1 Message Date
Yasuhiro Matsumoto d15981644a fix: guard O_SYNC flag with ifdef and add mingw32 libuv link libs
Guard the O_SYNC flag usage in mapFileFlags() with a preprocessor
conditional to fix compilation on Windows where this constant is not
defined. Additionally, add the required Windows socket and system
libraries (ws2_32, iphlpapi, psapi, userenv) to LIBUV_LIBS when
building under mingw32, replacing the Linux-specific pthread and rt
libraries.
2016-03-08 13:05:39 +00:00