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.

28 lines
940 B

4 years ago
  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #include "umpnpdat.h"
  4. STRINGTABLE DISCARDABLE {
  5. IDS_FRIENDLYNAME_FORMAT1, "%s using %s"
  6. IDS_FRIENDLYNAME_FORMAT2, "%s using ""%s"" driver"
  7. IDS_UNKNOWN_DEVICE, "Unknown Device"
  8. IDS_UMPNP_CAPTION, "Device Found"
  9. //
  10. // each substring limited to 256 characters
  11. //
  12. IDS_NEEDS_REBOOT1, "The following device was detected: %s\n\nThis device was disabled the last time Windows NT started. "
  13. IDS_NEEDS_REBOOT2, "You must enable the device and restart Windows NT before using it.\n\n"
  14. IDS_NEEDS_REBOOT3, "Enable this device in the current hardware profile?\n"
  15. }
  16. #define VER_FILETYPE VFT_APP
  17. #define VER_FILESUBTYPE VFT2_UNKNOWN
  18. #define VER_FILEDESCRIPTION_STR "User-mode Plug-and-Play Service"
  19. #define VER_INTERNALNAME_STR "Umpnpmgr.DLL"
  20. #define VER_ORIGINALFILENAME_STR "Umpnpmgr.DLL"
  21. #include "common.ver"