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.

29 lines
787 B

  1. /********************************************************************/
  2. /** Copyright(c) 1989 Microsoft Corporation. **/
  3. /********************************************************************/
  4. //***
  5. //
  6. // Filename: rascbcp.rc
  7. //
  8. // Description: Resource file for PPP Callback Control Protocol module
  9. //
  10. // History:
  11. // April 11,1994. NarenG Created original version.
  12. //
  13. #include <windows.h>
  14. #include <raserror.h>
  15. //
  16. // NT-standard version information
  17. //
  18. #include <ntverp.h>
  19. #define VER_FILETYPE VFT_STATIC_LIB
  20. #define VER_FILESUBTYPE VFT2_UNKNOWN
  21. #define VER_FILEDESCRIPTION_STR "Remote Access PPP Callback Control Protocol"
  22. #define VER_INTERNALNAME_STR "rascbcp.lib"
  23. #define VER_ORIGINALFILENAME_STR "rascbcp.lib"
  24. #include "common.ver"