Source code of Windows XP (NT5)
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.

32 lines
839 B

  1. #pragma once
  2. #define WINDOW_CLASS TEXT("_WindowsAutorunSetup_")
  3. #define INSTALL_WINNT 0
  4. #define LAUNCH_ARP 1
  5. #define SUPPORT_TOOLS 2
  6. #define EXIT_AUTORUN 3
  7. #define BACK 4
  8. #define MIGRATION_WIZ 5
  9. #define HOMENET_WIZ 6
  10. #define TS_CLIENT 7
  11. #define COMPAT_WEB 8
  12. #define BROWSE_CD 9
  13. #define COMPAT_LOCAL 10
  14. #define COMPAT_TOOLS 11
  15. #define VIEW_RELNOTES 12
  16. #define INSTALL_CLR 13
  17. #define MAX_OPTIONS 14
  18. #define SCREEN_MAIN 0
  19. #define SCREEN_TOOLS 1
  20. #define SCREEN_COMPAT 2
  21. extern const int c_aiMain[]; // menu string resources
  22. extern const int c_cMain; // counter of items in array
  23. extern const int c_aiWhistler[];
  24. extern const int c_cWhistler;
  25. extern const int c_aiSupport[];
  26. extern const int c_cSupport;
  27. extern const int c_aiCompat[];
  28. extern const int c_cCompat;