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.

27 lines
866 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #undef VER_PRODUCTNAME_STR
  4. #undef VER_COMPANYNAME_STR
  5. #undef VER_PRODUCTVERSION
  6. #undef VER_PRODUCTVERSION_STR
  7. #define VER_PRODUCTVERSION 1,0,0,0
  8. #define VER_PRODUCTVERSION_STR "1,0,0,0"
  9. #define VER_FILEVERSION 5,01,00,006
  10. #define VER_FILEVERSION_STR "5,01,00,006"
  11. #define VER_FILETYPE VFT_DRV
  12. #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
  13. #define VER_FILEDESCRIPTION_STR "NSC Fast Infrared Driver.\0"
  14. #define VER_INTERNALNAME_STR "nscirda.sys"
  15. #define VER_ORIGINALFILENAME_STR "nscirda.sys"
  16. #define VER_COMPANYNAME_STR "National Semiconductor Corporation\0"
  17. #define VER_LEGALCOPYRIGHT_STR "�1996-2001 National Semiconductor � Microsoft Corp.\0"
  18. #define VER_PRODUCTNAME_STR "NSC Fast Infrared Driver.\0"
  19. #include "common.ver"