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
526 B

  1. /*
  2. Copyright (c) 1997, Microsoft Corporation, all rights reserved
  3. File:
  4. rasppp.rc
  5. Description:
  6. History:
  7. Nov 1997: Vijay Baliga created original version.
  8. */
  9. #include <windows.h>
  10. #include <raserror.h>
  11. // NT-standard version information
  12. #include <ntverp.h>
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Remote Access PPP"
  16. #define VER_INTERNALNAME_STR "rasppp.dll"
  17. #define VER_ORIGINALFILENAME_STR "rasppp.dll"
  18. #include "common.ver"