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.

21 lines
648 B

  1. // Copyright (c) 1997, Microsoft Corporation, all rights reserved
  2. // Copyright (c) 1997, Parallel Technologies, Inc., all rights reserved
  3. //
  4. // version.rc
  5. // DirectParallel WAN mini-port driver
  6. // Version resource
  7. //
  8. // 01/07/97 Steve Cobb
  9. // 09/15/97 Jay Lowe, Parallel Technologies, Inc.
  10. #include <windows.h>
  11. #include <ntverp.h>
  12. #define VER_FILETYPE VFT_DRV
  13. #define VER_FILESUBTYPE VFT2_DRV_NETWORK
  14. #define VER_FILEDESCRIPTION_STR "PTI DirectParallel(R) mini-port/call-manager driver"
  15. #define VER_INTERNALNAME_STR "raspti.sys"
  16. #define VER_ORIGINALFILENAME_STR "raspti.sys"
  17. #include "common.ver"