remove empty dir
[ghc-hetmet.git] / compat / include / directory.h
1 #ifndef __DIRECTORY_H__
2 #define __DIRECTORY_H__ 
3
4 #if defined(mingw32_HOST_OS)
5 extern int __compat_long_path_size();
6 extern int __hscore_CSIDL_APPDATA();
7 extern int __hscore_getFolderPath(HWND hwndOwner,
8                                   int nFolder,
9                                   HANDLE hToken,
10                                   DWORD dwFlags,
11                                   char*  pszPath);
12 #endif
13 #endif