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.

27 lines
746 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Forms
  4. // Copyright (C) Microsoft Corporation, 1992 - 1995.
  5. //
  6. // File: tlb.rc
  7. //
  8. // Contents: Resources for forms project.
  9. //
  10. //----------------------------------------------------------------------------
  11. #include <winver.h>
  12. #ifdef ADSI_NT40_BUILD
  13. #include "dsverp.h"
  14. #else
  15. #include "ntverp.h"
  16. #endif
  17. #define VER_FILETYPE VFT_DLL
  18. #define VER_FILESUBTYPE VFT2_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR "Microsoft (R) ActiveDS Typelib"
  20. #define VER_INTERNALNAME_STR "activeds"
  21. #define VER_ORIGINALFILENAME_STR "activeds.TLB"
  22. #define VER_OLESELFREGISTER
  23. #include "common.ver"
  24. 1 typelib "activeds.tlb"