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.

28 lines
745 B

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000, Microsoft Corp. All rights reserved.
  4. //
  5. // FILE
  6. //
  7. // iassam.rc
  8. //
  9. // SYNOPSIS
  10. //
  11. // This is the resource file for the NT Authentication module.
  12. //
  13. ///////////////////////////////////////////////////////////////////////////////
  14. //
  15. // this is to get binary versioning
  16. //
  17. #include "winver.h"
  18. #include "ntverp.h"
  19. #define VER_FILETYPE VFT_DLL
  20. #define VER_FILESUBTYPE VFT2_UNKNOWN
  21. #define VER_FILEDESCRIPTION_STR "IAS NT SAM Provider"
  22. #define VER_INTERNALNAME_STR "IASSAM.DLL"
  23. #define VER_ORIGINALFILENAME_STR "IASSAM.DLL"
  24. #include <common.ver>