Leaked source code of windows server 2003
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.

31 lines
843 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 MAX_OPTIONS 13
  17. #define SCREEN_MAIN 0
  18. #define SCREEN_TOOLS 1
  19. #define SCREEN_COMPAT 2
  20. extern const int c_aiMain[]; // menu string resources
  21. extern const int c_cMain; // counter of items in array
  22. extern const int c_aiWhistler[];
  23. extern const int c_cWhistler;
  24. extern const int c_aiSupport[];
  25. extern const int c_cSupport;
  26. extern const int c_aiCompat[];
  27. extern const int c_cCompat;