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.

24 lines
729 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #ifdef VER_COMPANYNAME_STR
  4. #undef VER_COMPANYNAME_STR
  5. #endif
  6. #ifdef VER_PRODUCTNAME_STR
  7. #undef VER_PRODUCTNAME_STR
  8. #endif
  9. #define VER_FILETYPE VFT_DRV
  10. #define VER_FILESUBTYPE VFT2_UNKNOWN
  11. #define VER_LEGALCOPYRIGHT_YEARS "1998"
  12. #define VER_COMPANYNAME_STR "Toshiba Corporation"
  13. #define VER_INTERNALNAME_STR "tsbvcap.sys"
  14. #define VER_FILEDESCRIPTION_STR "WDM Toshiba Tecra Video Capture Driver"
  15. #define VER_ORIGINALFILENAME_STR "tsbvcap.sys"
  16. #define VER_LEGALCOPYRIGHT_STR "Copyright (C) Toshiba Corp. " VER_LEGALCOPYRIGHT_YEARS
  17. #define VER_PRODUCTNAME_STR "WDM Toshiba Tecra Video Capture Driver"
  18. #include "common.ver"
  19.