Mercurial > minori
comparison include/core/config.h @ 114:ab191e28e69d
*: add initial torrent stuff
WOAH!
these checkboxes are a pain in my fucking ass
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 07 Nov 2023 08:03:42 -0500 |
parents | 2004b41d4a59 |
children | 254b1d2b7096 |
comparison
equal
deleted
inserted
replaced
113:32afe0e940bf | 114:ab191e28e69d |
---|---|
31 } anilist; | 31 } anilist; |
32 }; | 32 }; |
33 | 33 |
34 #define WIDEIFY_EX(x) L##x | 34 #define WIDEIFY_EX(x) L##x |
35 #define WIDEIFY(x) WIDEIFY_EX(x) | 35 #define WIDEIFY(x) WIDEIFY_EX(x) |
36 | |
37 #if (defined(WIN32) || defined(MACOSX)) | |
38 #define CONFIG_DIR "Minori" | |
39 #else | |
36 #define CONFIG_DIR "minori" | 40 #define CONFIG_DIR "minori" |
41 #endif | |
42 | |
37 #define CONFIG_WDIR WIDEIFY(CONFIG_DIR) | 43 #define CONFIG_WDIR WIDEIFY(CONFIG_DIR) |
38 #define CONFIG_NAME "config.ini" | 44 #define CONFIG_NAME "config.ini" |
39 #define CONFIG_WNAME WIDEIFY(CONFIG_NAME) | 45 #define CONFIG_WNAME WIDEIFY(CONFIG_NAME) |
40 | 46 |
41 #define MAX_LINE_LENGTH 256 | 47 #define MAX_LINE_LENGTH 256 |