mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
include direct.h
This commit is contained in:
parent
3ddb98febe
commit
c3c123aba3
|
|
@ -65,7 +65,8 @@ int delete_directory(char* pathspec,int recursive) {
|
|||
s(cmd);
|
||||
return ret==0;
|
||||
}
|
||||
|
||||
#else
|
||||
char* homedir(void);
|
||||
#endif
|
||||
|
||||
char* configdir(void) {
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
#include <shellapi.h>
|
||||
#include <shlobj.h>
|
||||
#include <wininet.h>
|
||||
#include <direct.h>
|
||||
typedef BOOL (WINAPI *LPFN_ISWOW64PROCESS) (HANDLE, PBOOL);
|
||||
#define SLASH "\\"
|
||||
#define PATHSEP ";"
|
||||
|
|
|
|||
Loading…
Reference in a new issue