Leaked source code of windows server 2003
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.

23 lines
611 B

  1. /* Copyright (c) 1998, Microsoft Corporation, all rights reserved
  2. **
  3. ** rasatcp.rc
  4. ** Remote Access PPP Internet Protocol Control Protocol
  5. ** Windows resources
  6. **
  7. ** 02/26/98 Shirish Koti
  8. */
  9. #include <windows.h>
  10. #include <raserror.h>
  11. /* NT-standard version information
  12. */
  13. #include <ntverp.h>
  14. #define VER_FILETYPE VFT_STATIC_LIB
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "Remote Access PPP Appletalk Control Protocol"
  17. #define VER_INTERNALNAME_STR "rasatcp.lib"
  18. #define VER_ORIGINALFILENAME_STR "rasatcp.lib"
  19. #include "common.ver"
  20.