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.

41 lines
1.1 KiB

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1998, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // iasnap.rc
  8. //
  9. // SYNOPSIS
  10. //
  11. // This is the resource file for the Network Access Policy module.
  12. //
  13. // MODIFICATION HISTORY
  14. //
  15. // 02/05/1998 Original version.
  16. // 02/25/2000 Added IDS_ProxyPolicyEnforcer & IDS_URHandler.
  17. //
  18. ///////////////////////////////////////////////////////////////////////////////
  19. ///////////////////////////////////////////////////////////////////////////////
  20. //
  21. // TYPE LIBRARY
  22. //
  23. ///////////////////////////////////////////////////////////////////////////////
  24. 1 TYPELIB "nap.tlb"
  25. //
  26. // this is to get binary versioning
  27. //
  28. #include "winver.h"
  29. #include "ntverp.h"
  30. #define VER_FILETYPE VFT_DLL
  31. #define VER_FILESUBTYPE VFT2_UNKNOWN
  32. #define VER_FILEDESCRIPTION_STR "IAS NAP Provider"
  33. #define VER_INTERNALNAME_STR "IASNAP.DLL"
  34. #define VER_ORIGINALFILENAME_STR "IASNAP.DLL"
  35. #include <common.ver>