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.

20 lines
446 B

  1. //
  2. // Main resources, from VC++
  3. //
  4. #include "res.rc"
  5. //
  6. // Message resources, derive from msg.mc
  7. //
  8. #include "msg.rc"
  9. //
  10. // Version resources
  11. //
  12. #include <ntverp.h>
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Windows NT System Setup"
  16. #define VER_INTERNALNAME_STR "SYSSETUP.DLL"
  17. #define VER_ORIGINALFILENAME_STR "SYSSETUP.DLL"
  18. #include <common.ver>