parent
f10816ae80
commit
36e1ead643
3 changed files with 81 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue