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.

37 lines
1002 B

  1. //
  2. // Copyright (c) Microsoft Corporation. All rights reserved.
  3. //
  4. #include <windows.h>
  5. #include <commctrl.h>
  6. #include "rc_ids.h"
  7. STRINGTABLE DISCARDABLE
  8. {
  9. IDS_ENABLED, "Enabled"
  10. IDS_ENABLED_REBOOT, "Enabled on reboot"
  11. IDS_ENABLE_FAILED, "Enable failed"
  12. IDS_DISABLED, "Disabled"
  13. IDS_DISABLED_REBOOT, "Disabled on reboot"
  14. IDS_DISABLE_FAILED, "Disable failed"
  15. IDS_RESTARTED, "Restarted"
  16. IDS_REQUIRES_REBOOT, "Requires reboot"
  17. IDS_RESTART_FAILED, "Restart failed"
  18. IDS_REMOVED, "Removed"
  19. IDS_REMOVED_REBOOT, "Removed on reboot"
  20. IDS_REMOVE_FAILED, "Remove failed"
  21. }
  22. //
  23. // Version resources
  24. //
  25. #include <ntverp.h>
  26. #define VER_FILETYPE VFT_DLL
  27. #define VER_FILESUBTYPE VFT2_UNKNOWN
  28. #define VER_FILEDESCRIPTION_STR "Windows Setup API"
  29. #define VER_INTERNALNAME_STR "SETUPAPI.DLL"
  30. #define VER_ORIGINALFILENAME_STR "SETUPAPI.DLL"
  31. #include <common.ver>
  32. #include "msg.rc"