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.

29 lines
974 B

  1. #define VER_FILETYPE VFT_DLL
  2. #define VER_FILESUBTYPE VFT_UNKNOWN
  3. #define VER_FILEDESCRIPTION_STR "WExtract 16bit Library"
  4. #define VER_INTERNALNAME_STR "W95INF16"
  5. #define VER_LEGALCOPYRIGHT_YEARS "1994-1995"
  6. #define VER_ORIGINALFILENAME_STR "W95INF16.DLL"
  7. #include <version.h>
  8. // hardcode build number to be able to change it independent of the main build
  9. #undef VER_PRODUCTBUILD
  10. #undef VER_PRODUCTBUILD_QFE
  11. #undef VER_PRODUCTVERSION
  12. #undef VER_PRODUCTVERSION_DW
  13. #undef VERSION
  14. #undef VER_PRODUCTVERSION_STR
  15. #define VERSION "4.71.704.0"
  16. #define VER_PRODUCTVERSION_STR "4.71.704.0\0"
  17. #define VER_PRODUCTBUILD /* Win9x */ 704
  18. #define VER_PRODUCTBUILD_QFE /* Win9x */ 0
  19. #define VER_PRODUCTVERSION 4,71,VER_PRODUCTBUILD,VER_PRODUCTBUILD_QFE
  20. #define VER_PRODUCTVERSION_W (0x0447)
  21. #define VER_PRODUCTVERSION_DW (0x04470000 | VER_PRODUCTBUILD)
  22. #include <common.ver>