Skip to content

Commit

Permalink
Comment out an unused binding
Browse files Browse the repository at this point in the history
  • Loading branch information
igfoo committed Jan 16, 2008
1 parent ecc6462 commit 7f18d1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Distribution/Simple/InstallDirs.hs
Expand Up @@ -483,9 +483,10 @@ shGetFolderPath n =
long_path_size = 1024
# endif

csidl_PROGRAM_FILES, csidl_PROGRAM_FILES_COMMON :: CInt
csidl_PROGRAM_FILES :: CInt
csidl_PROGRAM_FILES = 0x0026
csidl_PROGRAM_FILES_COMMON = 0x002b
-- csidl_PROGRAM_FILES_COMMON :: CInt
-- csidl_PROGRAM_FILES_COMMON = 0x002b

foreign import stdcall unsafe "shlobj.h SHGetFolderPathA"
c_SHGetFolderPath :: Ptr ()
Expand Down

0 comments on commit 7f18d1e

Please sign in to comment.