mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
210 B
13 lines
210 B
/* MMIOTest.h
|
|
*/
|
|
|
|
/* dialog boxes */
|
|
#define ABOUTBOX 1
|
|
|
|
/* menu items */
|
|
#define IDM_ABOUT 11
|
|
#define IDM_EXIT 12
|
|
#define IDM_ALLTESTS 21
|
|
#define IDM_TEST1 31
|
|
#define IDM_TEST2 41
|
|
#define IDM_TEST3 51
|