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.

26 lines
845 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_DRV
  4. #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
  5. #define VER_FILEDESCRIPTION_STR "Moxa Intellio Family Port Enumerator"
  6. #define VER_INTERNALNAME_STR "mxcard.sys"
  7. #define VER_ORIGINALFILENAME_STR "mxcard.sys"
  8. #define VER_LEGALCOPYRIGHT_YEARS "1999-2002"
  9. #define VER_LEGALCOPYRIGHT_STR "Copyright (C) Moxa Tech." VER_LEGALCOPYRIGHT_YEARS
  10. #undef VER_PRODUCTNAME_STR
  11. #define VER_PRODUCTNAME_STR "Intellio Family Port Enumerator"
  12. #undef VER_PRODUCTVERSION
  13. #define VER_PRODUCTVERSION 1,2,7
  14. #define VER_FILEVERSION VER_PRODUCTVERSION
  15. #undef VER_PRODUCTVERSION_STR
  16. #define VER_PRODUCTVERSION_STR "1.2.7"
  17. #undef VER_COMPANYNAME_STR
  18. #define VER_COMPANYNAME_STR "Moxa Technologies Co., Ltd."
  19. #include "common.ver"
  20. #include "mxlog.rc"