[commit: packages/Win32] master: Added CSIDL_LOCAL_APPDATA (df9393c)
git at git.haskell.org
git at git.haskell.org
Thu Jul 30 06:57:49 UTC 2015
Repository : ssh://git@git.haskell.org/Win32
On branch : master
Link : http://git.haskell.org/packages/Win32.git/commitdiff/df9393c978c1d56c803ee06f457e047b90a76a67
>---------------------------------------------------------------
commit df9393c978c1d56c803ee06f457e047b90a76a67
Author: Piotr Mlodawski <remdezx at gmail.com>
Date: Fri Nov 7 09:00:52 2014 +0100
Added CSIDL_LOCAL_APPDATA
>---------------------------------------------------------------
df9393c978c1d56c803ee06f457e047b90a76a67
System/Win32/Shell.hsc | 1 +
1 file changed, 1 insertion(+)
diff --git a/System/Win32/Shell.hsc b/System/Win32/Shell.hsc
index fbc90ca..75e2f3f 100644
--- a/System/Win32/Shell.hsc
+++ b/System/Win32/Shell.hsc
@@ -58,6 +58,7 @@ type CSIDL = CInt
, cSIDL_APPDATA = CSIDL_APPDATA
, cSIDL_WINDOWS = CSIDL_WINDOWS
, cSIDL_PERSONAL = CSIDL_PERSONAL
+ , cSIDL_LOCAL_APPDATA = CSIDL_LOCAL_APPDATA
, cSIDL_PROGRAM_FILES = CSIDL_PROGRAM_FILES
}
-- XXX there are lots more of these
More information about the ghc-commits
mailing list