[commit: packages/Win32] master: CSIDL_DESKTOPDIRECTORY (ba8d8bb)
git at git.haskell.org
git at git.haskell.org
Thu Jul 30 06:57:55 UTC 2015
Repository : ssh://git@git.haskell.org/Win32
On branch : master
Link : http://git.haskell.org/packages/Win32.git/commitdiff/ba8d8bbed5bc4bab72d6839deb95dccafb2a9215
>---------------------------------------------------------------
commit ba8d8bbed5bc4bab72d6839deb95dccafb2a9215
Author: Heather <heather at live.ru>
Date: Mon Mar 16 12:04:33 2015 +0400
CSIDL_DESKTOPDIRECTORY
>---------------------------------------------------------------
ba8d8bbed5bc4bab72d6839deb95dccafb2a9215
System/Win32/Shell.hsc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/System/Win32/Shell.hsc b/System/Win32/Shell.hsc
index a6332ec..9dde0a5 100644
--- a/System/Win32/Shell.hsc
+++ b/System/Win32/Shell.hsc
@@ -25,6 +25,7 @@ module System.Win32.Shell (
cSIDL_WINDOWS,
cSIDL_PERSONAL,
cSIDL_LOCAL_APPDATA,
+ cSIDL_DESKTOPDIRECTORY,
cSIDL_PROGRAM_FILES,
SHGetFolderPathFlags,
sHGFP_TYPE_CURRENT,
@@ -60,6 +61,7 @@ type CSIDL = CInt
, cSIDL_WINDOWS = CSIDL_WINDOWS
, cSIDL_PERSONAL = CSIDL_PERSONAL
, cSIDL_LOCAL_APPDATA = CSIDL_LOCAL_APPDATA
+ , cSIDL_DESKTOPDIRECTORY = CSIDL_DESKTOPDIRECTORY
, cSIDL_PROGRAM_FILES = CSIDL_PROGRAM_FILES
}
-- XXX there are lots more of these
More information about the ghc-commits
mailing list