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.

24 lines
600 B

  1. // Copyright (c) 1998-1999, Microsoft Corporation, all rights reserved
  2. //
  3. // version.rc
  4. // IEEE1394 miniport+callmgr driver
  5. // Version resource
  6. //
  7. // 12/28/98 JosephJ adapted from the l2tp project.
  8. #ifdef RC_INVOKED
  9. #include <windows.h>
  10. #include <ntverp.h>
  11. #endif
  12. #define VER_FILETYPE VFT_DRV
  13. #define VER_FILESUBTYPE VFT2_DRV_NETWORK
  14. #define VER_FILEDESCRIPTION_STR "IEEE1394 Ndis Miniport and Call Manager"
  15. #define VER_INTERNALNAME_STR "nic1394.sys"
  16. #define VER_ORIGINALFILENAME_STR "nic1394.sys"
  17. #ifdef RC_INVOKED
  18. #include "common.ver"
  19. #endif