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.

17 lines
463 B

  1. // -----------------------------------------------
  2. // MSRPC RC file
  3. //
  4. // HISTORY:
  5. // Tom Laird-McConnell 05/15/94 Created
  6. // -----------------------------------------------
  7. #include <windows.h>
  8. #define VER_FILETYPE VFT_DLL
  9. #define VER_FILESUBTYPE VFT2_UNKNOWN
  10. #define VER_FILEDESCRIPTION_STR "MS RPC Protocol Parser for use with Cluster Network Parsers\0"
  11. #define VER_INTERNALNAME_STR "MSRPC.DLL\0"
  12. #include <ntverp.h>
  13. #include <common.ver>