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.

23 lines
428 B

  1. //
  2. // QuickRes.rcv
  3. //
  4. #ifdef NT
  5. #include <winver.h>
  6. #include <ntverp.h>
  7. #else
  8. #include <version.h>
  9. #endif
  10. #define VER_FILETYPE VFT_APP
  11. #define VER_FILESUBTYPE VFT_UNKNOWN
  12. #define VER_FILEDESCRIPTION_STR "QuickRes for windowsNT"
  13. #define VER_INTERNALNAME_STR "QuickRes"
  14. #define VER_LEGALCOPYRIGHT_YEARS "1994-1996"
  15. #define VER_ORIGINALFILENAME_STR "QuickRes.EXE"
  16. #include <common.ver>