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.

29 lines
723 B

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 1993-1994
  4. *
  5. * TITLE: BATMETER.RCV
  6. *
  7. * VERSION: 2.0
  8. *
  9. * AUTHOR: ReedB
  10. *
  11. * DATE: 31 Dec 1996
  12. *
  13. * DESCRIPTION:
  14. *
  15. * Version information resource file.
  16. *
  17. *******************************************************************************/
  18. #include <ntverp.h>
  19. #define VER_FILETYPE VFT_DLL
  20. #define VER_FILESUBTYPE VFT_UNKNOWN
  21. #define VER_FILEDESCRIPTION_STR "Battery Meter Helper DLL"
  22. #define VER_INTERNALNAME_STR "BATMETER"
  23. #define VER_LEGALCOPYRIGHT_YEARS "1991-1997"
  24. #define VER_ORIGINALFILENAME_STR "BATMETER.DLL"
  25. #include <common.ver>