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.

29 lines
1.0 KiB

  1. //***************************************************************************
  2. // Version Resource
  3. //
  4. //***************************************************************************
  5. #include <windows.h>
  6. #include <ntverp.h>
  7. #include "depend.inc"
  8. #define VER_FILETYPE VFT_DRV
  9. #define VER_FILESUBTYPE VFT2_UNKNOWN
  10. #undef VER_COMPANYNAME_STR
  11. #define VER_COMPANYNAME_STR "Toshiba Corporation"
  12. #define VER_FILEDESCRIPTION_STR "Toshiba DVD Stream Minidriver"
  13. #define VER_FILEVERSION_STR TOSDVD_VERSION_STR
  14. #define VER_FILEVERSION TOSDVD_VERSION
  15. #define VER_INTERNALNAME_STR TOSDVD_DRVNAME_STR
  16. #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1998-1999 Toshiba Corporation."
  17. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
  18. #undef VER_PRODUCTNAME_STR
  19. #undef VER_PRODUCTVERSION
  20. #undef VER_PRODUCTVERSION_STR
  21. #define VER_PRODUCTNAME_STR "Toshiba DVD Minidriver"
  22. #define VER_PRODUCTVERSION 1,0,0,0
  23. #define VER_PRODUCTVERSION_STR "1.00"
  24. #include "common.ver"