Windows NT 4.0 source code leak
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

4 years ago
  1. /* MMIOTest.h
  2. */
  3. /* dialog boxes */
  4. #define ABOUTBOX 1
  5. /* menu items */
  6. #define IDM_ABOUT 11
  7. #define IDM_EXIT 12
  8. #define IDM_ALLTESTS 21
  9. #define IDM_TEST1 31
  10. #define IDM_TEST2 41
  11. #define IDM_TEST3 51