From 1b45a791cfa9f2ee9f00c40108e621b9e462eced Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 1 Apr 2019 08:57:51 +0800 Subject: +win32 test --- source/tests/win32/01-window/config.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 source/tests/win32/01-window/config.h (limited to 'source/tests/win32/01-window/config.h') diff --git a/source/tests/win32/01-window/config.h b/source/tests/win32/01-window/config.h new file mode 100644 index 0000000..cf7341a --- /dev/null +++ b/source/tests/win32/01-window/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 -- cgit v1.1-26-g67d0