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.

71 lines
1.6 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: certdb.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. #include <windows.h>
  11. #include <ntverp.h>
  12. #include "resource.h"
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Microsoft\256 NT Certificate Services DB Access Module"
  16. #define VER_INTERNALNAME_STR "CertDB"
  17. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR
  18. #ifdef APSTUDIO_INVOKED
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // TEXTINCLUDE
  22. //
  23. 1 TEXTINCLUDE DISCARDABLE
  24. BEGIN
  25. "resource.h\0"
  26. END
  27. 2 TEXTINCLUDE DISCARDABLE
  28. BEGIN
  29. "#include ""winnt.h""\r\n"
  30. "\0"
  31. END
  32. 3 TEXTINCLUDE DISCARDABLE
  33. BEGIN
  34. "1 TYPELIB ""certdb.tlb""\r\n"
  35. "\0"
  36. END
  37. #endif // APSTUDIO_INVOKED
  38. /////////////////////////////////////////////////////////////////////////////
  39. //
  40. // String Table
  41. //
  42. STRINGTABLE DISCARDABLE
  43. BEGIN
  44. IDS_CERTDB_DESC "CertDB class"
  45. IDS_CERTDBRESTORE_DESC "CertDBRestore class"
  46. END
  47. #ifndef APSTUDIO_INVOKED
  48. /////////////////////////////////////////////////////////////////////////////
  49. //
  50. // Generated from the TEXTINCLUDE 3 resource.
  51. //
  52. 1 TYPELIB "certdb.tlb"
  53. /////////////////////////////////////////////////////////////////////////////
  54. #endif // not APSTUDIO_INVOKED
  55. #include <common.ver>