mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
add MakeSureDirectoryPathExistsExA/W
svn path=/trunk/; revision=12945
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
*/
|
||||
|
||||
#ifndef ROSRTL_PATH_H__
|
||||
#define ROSRTL_PATH_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
BOOL STDCALL MakeSureDirectoryPathExistsExA(LPCSTR DirPath, BOOL FileAtEnd);
|
||||
BOOL STDCALL MakeSureDirectoryPathExistsExW(LPCWSTR DirPath, BOOL FileAtEnd);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
/* EOF */
|
||||
Reference in New Issue
Block a user