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.

30 lines
921 B

  1. //**************************************************************************
  2. //
  3. // MSGAME.RC -- Xena Gaming Project
  4. //
  5. // Resource version definitions
  6. //
  7. // Version 3.XX
  8. //
  9. // Copyright (c) 1997 Microsoft Corporation. All rights reserved.
  10. //**************************************************************************
  11. #include <windows.h>
  12. #include <ntverp.h>
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #ifdef SAITEK
  16. #define VER_FILEDESCRIPTION_STR "SaiTek Wheel Gameport Mini-Driver"
  17. #define VER_INTERNALNAME_STR "SaiGame.Sys"
  18. #define VER_ORIGINALFILENAME_STR "SaiGame.Sys"
  19. #undef VER_COMPANYNAME_STR
  20. #define VER_COMPANYNAME_STR "SaiTek Corporation"
  21. #else
  22. #define VER_FILEDESCRIPTION_STR "Microsoft Joystick Gameport Mini-Driver"
  23. #define VER_INTERNALNAME_STR "MsGame.Sys"
  24. #define VER_ORIGINALFILENAME_STR "MsGame.Sys"
  25. #endif
  26. #include "common.ver"