move Win32 SearchPath and SHGetFolderPath into the Win32 package
authorSimon Marlow <marlowsd@gmail.com>
Mon, 29 Jun 2009 11:26:04 +0000 (11:26 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 29 Jun 2009 11:26:04 +0000 (11:26 +0000)
commitd7117d2b7b7c89bb57eb21b24bf9f80da63d38b0
treea06de6968e287720342a1c5fcf08531c9dd94335
parent6302d203a355f9b19323d42dbf057781ab1ba556
move Win32 SearchPath and SHGetFolderPath into the Win32 package

That completes the transition to Unicode FilePath support in the
directory package on Win32 (#3300).

The main cleanup remaining to do here is to use native Win32
implementations of getPermissions/setPermissions/copyPermissions
instead of calls to stat().

We are very close to being able to remove the last bits of C and
autoconf here...
System/Directory.hs
cbits/directory.c
include/HsDirectory.h