[project @ 2005-03-19 02:03:26 by sof]
[ghc-hetmet.git] / ghc / lib / compat / include / directory.h
diff --git a/ghc/lib/compat/include/directory.h b/ghc/lib/compat/include/directory.h
new file mode 100644 (file)
index 0000000..2e26c3d
--- /dev/null
@@ -0,0 +1,13 @@
+#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