We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb9288 commit a0fab44Copy full SHA for a0fab44
ChangeLog.md
@@ -3,6 +3,7 @@
3
## Unreleased
4
5
* Fix `!6` host preference incorrectly allows IPv4 connections (https://github.com/fpco/streaming-commons/pull/83)
6
+* Fix case of windows header files to allow cross-compilation from linux to windows (https://github.com/fpco/streaming-commons/pull/84)
7
8
## 0.2.3.0
9
System/Win32File.hsc
@@ -31,8 +31,8 @@ import Data.ByteString.Lazy.Internal (defaultChunkSize)
31
32
33
#include <fcntl.h>
34
-#include <Share.h>
35
-#include <SYS/Stat.h>
+#include <share.h>
+#include <sys/stat.h>
36
#include <errno.h>
37
38
newtype OFlag = OFlag CInt
0 commit comments