comparison libmlk-core/mlk/core/sys.h @ 586:4349b591c3ac

cmake: put NLS back
author David Demelier <markand@malikania.fr>
date Sat, 18 Mar 2023 20:05:58 +0100
parents 876eee0eb0ad
children
comparison
equal deleted inserted replaced
585:76ce31b0151f 586:4349b591c3ac
32 */ 32 */
33 enum mlk_sys_dir { 33 enum mlk_sys_dir {
34 /** 34 /**
35 * Path to the preferred save directory. 35 * Path to the preferred save directory.
36 */ 36 */
37 MLK_SYS_DIR_SAVE 37 MLK_SYS_DIR_SAVE,
38
39 /**
40 * Path to NLS catalogs.
41 */
42 MLK_SYS_DIR_LOCALES,
43
44 /**
45 * Unused sentinel value.
46 */
47 MLK_SYS_DIR_LAST
38 }; 48 };
39 49
40 #if defined(__cplusplus) 50 #if defined(__cplusplus)
41 extern "C" { 51 extern "C" {
42 #endif 52 #endif