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.

37 lines
961 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Copyright (C) Microsoft Corporation 2000
  4. //
  5. // File: keylimit.rc
  6. //
  7. //--------------------------------------------------------------------------
  8. #ifdef APSTUDIO_INVOKED
  9. #error this file is not editable by Microsoft Visual C++
  10. #endif //APSTUDIO_INVOKED
  11. #include <windows.h>
  12. #include <cspdk.h>
  13. #include <ntverp.h>
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Data
  17. //
  18. CRYPT_SIG_RESOURCE_NUMBER RCDATA DISCARDABLE "keylimit.sig"
  19. CRYPT_MAC_RESOURCE_NUMBER RCDATA DISCARDABLE "keylimit.mac"
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Version
  23. //
  24. #define VER_INTERNALNAME_STR "keylimit.dll"
  25. #define VER_FILETYPE VFT_DLL
  26. #define VER_FILESUBTYPE VFT2_UNKNOWN
  27. #define VER_FILEDESCRIPTION_STR "International Cryptographic Key Size Limits"
  28. #include "common.ver"