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.

28 lines
1.0 KiB

  1. /////////////////////////////////////////////////////////////////////////////
  2. // version.rc
  3. /////////////////////////////////////////////////////////////////////////////
  4. // Copyright 1995 Microsoft Corporation. All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  9. // PARTICULAR PURPOSE.
  10. /////////////////////////////////////////////////////////////////////////////
  11. #include "Windows.H"
  12. /////////////////////////////////////////////////////////////////////////////
  13. // Version Information
  14. /////////////////////////////////////////////////////////////////////////////
  15. #include <ntverp.h>
  16. #define VER_FILETYPE VFT_DLL
  17. #define VER_FILESUBTYPE VFT2_UNKNOWN
  18. #define VER_FILEDESCRIPTION_STR "ActiveX License Manager"
  19. #define VER_INTERNALNAME_STR "licmgr.dll"
  20. #define VER_ORIGINALFILENAME_STR "licmgr"
  21. #define VER_OLESELFREGISTER
  22. #include "common.ver"