ios export dir support
This commit is contained in:
parent
55ca7ed09f
commit
4575f184a5
5 changed files with 50 additions and 37 deletions
|
|
@ -23392,10 +23392,11 @@ static void setup_config(char *argv[])
|
|||
/* FIXME: Need assist for:
|
||||
* __BEOS__
|
||||
* __HAIKU__
|
||||
* __APPLE__
|
||||
*/
|
||||
#ifdef WIN32
|
||||
picturesdir = GetUserImageDir();
|
||||
#elif __APPLE__
|
||||
picturesdir = apple_picturesPath();
|
||||
#else
|
||||
picturesdir = get_xdg_user_dir("PICTURES", "Pictures");
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue