X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=include%2FdirUtils.h;h=23309123f7244b8d42f87045a8a0adec6b57bd8a;hb=dd70cacd4793c4497136829c50ef31f330163638;hp=fb91ba1ba0112367e0b29e474d5b3148b762349d;hpb=7de50399a42ee49b0473b7b6eea2b44a2f941a12;p=ghc-base.git diff --git a/include/dirUtils.h b/include/dirUtils.h index fb91ba1..2330912 100644 --- a/include/dirUtils.h +++ b/include/dirUtils.h @@ -7,5 +7,14 @@ #define __DIRUTILS_H__ 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__ */