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.

28 lines
814 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_DRV
  4. #define VER_FILESUBTYPE VFT2_DRV_INSTALLABLE
  5. #define VER_FILEDESCRIPTION_STR "SideWinder Virtual Device HID Mini-Driver\0"
  6. #define VER_INTERNALNAME_STR "HidSwvd\0"
  7. #define VER_ORIGINALFILENAME_STR "HidSwvd.sys\0"
  8. #define VER_LEGALCOPYRIGHT_STR "Copyright � 1995-2001 Microsoft Corporation\0"
  9. #ifdef VER_PRODUCTNAME_STR
  10. #undef VER_PRODUCTNAME_STR
  11. #endif
  12. #define VER_PRODUCTNAME_STR "Microsoft Game Controller Software\0"
  13. #ifdef VER_PRODUCTVERSION
  14. #undef VER_PRODUCTVERSION
  15. #endif
  16. #define VER_PRODUCTVERSION 4,5,VER_PRODUCTBUILD,VER_PRODUCTBUILD_QFE
  17. #ifdef VER_PRODUCTVERSION_STR
  18. #undef VER_PRODUCTVERSION_STR
  19. #endif
  20. #define VER_PRODUCTVERSION_STR "4.5"
  21. #include "common.ver"