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.

16 lines
296 B

4 years ago
  1. /* bilingual... */
  2. #ifdef RC_INVOKED
  3. #define RCID(id) id
  4. #else
  5. #define RCID(id) MAKEINTRESOURCE(id)
  6. #endif
  7. #define DLG_ABOUT RCID(10)
  8. #define IDD_TXT_VERSION 100
  9. #define DLG_CONFIG RCID(11)
  10. #define IDC_ABOUT 43
  11. //#define IDC_HELP 44