GUI: lastDir per dialog type

issue #227
This commit is contained in:
tildearrow 2022-03-02 00:02:52 -05:00
parent f10816ae80
commit 36e1ead643
3 changed files with 81 additions and 23 deletions

View file

@ -30,8 +30,10 @@ typedef SSIZE_T ssize_t;
#ifdef _WIN32
#define DIR_SEPARATOR '\\'
#define DIR_SEPARATOR_STR "\\"
#else
#define DIR_SEPARATOR '/'
#define DIR_SEPARATOR_STR "/"
#endif
typedef std::string String;