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.

22 lines
596 B

  1. /* Copyright (c) 1994, Microsoft Corporation, all rights reserved
  2. **
  3. ** rasipcp.rc
  4. ** Remote Access PPP Internetwork Packet Exchange Protocol (IPXCP)
  5. ** Windows resources
  6. **
  7. ** 06/01/94 Stefan Solomon
  8. */
  9. #include <windows.h>
  10. /* NT-standard version information
  11. */
  12. #include <ntverp.h>
  13. #define VER_FILETYPE VFT_STATIC_LIB
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Remote Access PPP Internetwork Packet Exchange Protocol (IPXCP)"
  16. #define VER_INTERNALNAME_STR "rasipxcp.lib"
  17. #define VER_ORIGINALFILENAME_STR "rasipxcp.lib"
  18. #include "common.ver"