This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/samples/win/datactl/testctl.h

18 lines
386 B
C
Raw Normal View History

#define MENU_ABOUT 1
#define MENU_DIALOG 2
#define STR_LIST_1_START 1
#define STR_LIST_1_2 2
#define STR_LIST_1_3 3
#define STR_LIST_1_END 4
#define STR_LIST_2_START 5
#define STR_LIST_2_1 6
#define STR_LIST_2_END 7
#ifdef __WINDOWS_386__
#define _EXPORT
#else
#define _EXPORT __export
#endif