Windows NT 4.0 source code leak
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.

23 lines
728 B

4 years ago
  1. #include <winver.h>
  2. #include <ntverp.h>
  3. #ifdef VER_COMPANYNAME_STR
  4. #undef VER_COMPANYNAME_STR
  5. #endif
  6. #define VER_COMPANYNAME_STR "Digi International Inc."
  7. #define VER_LEGALCOPYRIGHT_YEARS "1992-1994"
  8. #define VER_LEGALCOPYRIGHT_STR "Copyright " VER_LEGALCOPYRIGHT_YEARS ", Digi International Inc. All rights reserved."
  9. #define VER_FILETYPE VFT_DRV
  10. #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
  11. #define VER_FILEDESCRIPTION_STR "DigiBoard Telecommunications Group - ISDN Adapter Device Driver"
  12. #define VER_INTERNALNAME_STR "pcimac.sys"
  13. #define VER_ORIGINALFILENAME_STR "pcimac.sys"
  14. #define VER_FILEVERSION 2,1,0,000
  15. #define VER_FILEVERSION_STR "v2.1.0.000"
  16. #include "common.ver"