Source code of Windows XP (NT5)
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.

28 lines
745 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. // put the next line inside this ifdef because
  20. // we include this file in request.c
  21. // This supplies the GUID support
  22. NdisMofResource MOFDATA nicwmi.bmf
  23. #endif