[commit: packages/Win32] master: Added missing export of cSIDL_LOCAL_APPDATA. (8d6bdf4)

git at git.haskell.org git at git.haskell.org
Thu Jul 30 06:57:51 UTC 2015


Repository : ssh://git@git.haskell.org/Win32

On branch  : master
Link       : http://git.haskell.org/packages/Win32.git/commitdiff/8d6bdf4ef64f2997f51d48abf9e0730bbf6d98ac

>---------------------------------------------------------------

commit 8d6bdf4ef64f2997f51d48abf9e0730bbf6d98ac
Author: mwu <mwu-tow at gazeta.pl>
Date:   Fri Nov 7 10:37:30 2014 +0100

    Added missing export of cSIDL_LOCAL_APPDATA.


>---------------------------------------------------------------

8d6bdf4ef64f2997f51d48abf9e0730bbf6d98ac
 System/Win32/Shell.hsc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/System/Win32/Shell.hsc b/System/Win32/Shell.hsc
index 75e2f3f..a6332ec 100644
--- a/System/Win32/Shell.hsc
+++ b/System/Win32/Shell.hsc
@@ -24,6 +24,7 @@ module System.Win32.Shell (
   cSIDL_APPDATA,
   cSIDL_WINDOWS,
   cSIDL_PERSONAL,
+  cSIDL_LOCAL_APPDATA,
   cSIDL_PROGRAM_FILES,
   SHGetFolderPathFlags,
   sHGFP_TYPE_CURRENT,



More information about the ghc-commits mailing list