Skip to content
Snippets Groups Projects
Commit ce50b52e authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Comment out an unused binding

parent 610a6ac4
No related branches found
No related tags found
No related merge requests found
......@@ -508,9 +508,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 ()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment