diff options
Diffstat (limited to 'compat/include/directory.h')
-rw-r--r-- | compat/include/directory.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/compat/include/directory.h b/compat/include/directory.h new file mode 100644 index 0000000000..2e26c3d5a1 --- /dev/null +++ b/compat/include/directory.h @@ -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 |