Get rid of compat/
[ghc-hetmet.git] / compat / include / directory.h
diff --git a/compat/include/directory.h b/compat/include/directory.h
deleted file mode 100644 (file)
index 2e26c3d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __DIRECTORY_H__
-#define __DIRECTORY_H__ 
-
-#if defined(mingw32_HOST_OS)
-extern int __compat_long_path_size();
-extern int __hscore_CSIDL_APPDATA();
-extern int __hscore_getFolderPath(HWND hwndOwner,
-                                 int nFolder,
-                                 HANDLE hToken,
-                                 DWORD dwFlags,
-                                 char*  pszPath);
-#endif
-#endif