diff options
author | chai <chaifix@163.com> | 2019-04-01 08:55:57 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-04-01 08:55:57 +0800 |
commit | fa2bf295fa9646a3052ab0498a4577f586eadef0 (patch) | |
tree | 79287245fee3bc95c514af49ef395ba3c84a4104 /source/tests/win32/config.h | |
parent | 72bad342ad75294ae85aac8b2e2e7bea54193c15 (diff) |
*misc
Diffstat (limited to 'source/tests/win32/config.h')
-rw-r--r-- | source/tests/win32/config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source/tests/win32/config.h b/source/tests/win32/config.h new file mode 100644 index 0000000..cf7341a --- /dev/null +++ b/source/tests/win32/config.h @@ -0,0 +1,10 @@ +#ifndef __Config_H__ +#define __Config_H__ + +#define _multi_window 1 +#define _menu_bar 2 +#define _sub_menu 3 + +#define _run_app _sub_menu + +#endif
\ No newline at end of file |