home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / netds / rras / eap / eap.rc < prev    next >
Encoding:
Text File  |  1997-08-20  |  814 b   |  32 lines

  1. /* Copyright (c) 1994, Microsoft Corporation, all rights reserved
  2. **
  3. ** raspap.rc
  4. ** Remote Access Point-to-Point Protocol Password Authentication Protocol
  5. ** Windows resources
  6. **
  7. ** 07/31/97  Zubair Ansari
  8. */
  9.  
  10. #include <windows.h>
  11. #include <raserror.h>
  12.  
  13. /* NT-standard version information
  14. */
  15. #include <ntverp.h>
  16.  
  17. #define VER_FILETYPE             VFT_DLL
  18. #define VER_FILESUBTYPE          VFT2_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR  "Remote Access PPP Password Authentication Protocol"
  20. #define VER_INTERNALNAME_STR     "eap.dll"
  21. #define VER_ORIGINALFILENAME_STR "eap.dll"
  22.  
  23. //#if defined( BUILD_PRODUCT_VER ) && ( BUILD_PRODUCT_VER >= 400 )
  24.  
  25. //#include "common.ver"   // NT5.0 version file.
  26.  
  27. //#else
  28.  
  29. //#include "routing.ver"  // Router Version File - lies in routing\inc
  30.  
  31. //#endif
  32.