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.

31 lines
673 B

  1. #include <windows.h>
  2. #include "resource.h"
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // PVK
  6. //
  7. IDR_PVKROOT PVK DISCARDABLE "root.pvk"
  8. /////////////////////////////////////////////////////////////////////////////
  9. //
  10. // CER
  11. //
  12. IDR_ROOTCERTIFICATE CER DISCARDABLE "root.cer"
  13. STRINGTABLE DISCARDABLE
  14. BEGIN
  15. IDS_DEFNAME "Remote Desktop Default Certificate"
  16. END
  17. #define VER_DESCRIPTION_STR "RDMKCERT Library\0"
  18. #define VER_INTERNALNAME_STR "RDMKCERT\0"
  19. #define VER_ORIGNAME_STR "RDMKCERT.DLL\0"
  20. #define VER_FILETYPE VFT_DLL
  21. #include <version.rc>