[commit: packages/Win32] ghc-head: Add FILE_SHARE_DELETE (c51e81a)
git at git.haskell.org
git at git.haskell.org
Tue Mar 18 10:16:29 UTC 2014
Repository : ssh://git@git.haskell.org/Win32
On branch : ghc-head
Link : http://git.haskell.org/packages/Win32.git/commitdiff/c51e81a43cd5e9540453bd5ca6da8992245a4774
>---------------------------------------------------------------
commit c51e81a43cd5e9540453bd5ca6da8992245a4774
Author: Bryan O'Sullivan <bos at serpentine.com>
Date: Mon Mar 10 22:16:32 2014 -0700
Add FILE_SHARE_DELETE
>---------------------------------------------------------------
c51e81a43cd5e9540453bd5ca6da8992245a4774
System/Win32/File.hsc | 1 +
1 file changed, 1 insertion(+)
diff --git a/System/Win32/File.hsc b/System/Win32/File.hsc
index d17c042..0b921c4 100644
--- a/System/Win32/File.hsc
+++ b/System/Win32/File.hsc
@@ -74,6 +74,7 @@ fILE_SHARE_NONE = 0
#{enum ShareMode,
, fILE_SHARE_READ = FILE_SHARE_READ
, fILE_SHARE_WRITE = FILE_SHARE_WRITE
+ , fILE_SHARE_DELETE = FILE_SHARE_DELETE
}
----------------------------------------------------------------
More information about the ghc-commits
mailing list