X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=include%2FdirUtils.h;h=23309123f7244b8d42f87045a8a0adec6b57bd8a;hb=dd70cacd4793c4497136829c50ef31f330163638;hp=ce11b08b32c0e5211917ae0ebebd898d06466353;hpb=25955bc845f3680632b6230148f1a39d6a5c1e88;p=ghc-base.git diff --git a/include/dirUtils.h b/include/dirUtils.h index ce11b08..2330912 100644 --- a/include/dirUtils.h +++ b/include/dirUtils.h @@ -9,4 +9,12 @@ extern HsInt __hscore_readdir(HsAddr dirPtr, HsAddr pDirEnt); extern HsInt __hscore_renameFile(HsAddr src, HsAddr dest); +#if defined(mingw32_HOST_OS) +extern int __hscore_getFolderPath(HWND hwndOwner, + int nFolder, + HANDLE hToken, + DWORD dwFlags, + char* pszPath); +#endif + #endif /* __DIRUTILS_H__ */