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.

37 lines
1.1 KiB

  1. /*******************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORP., 1993-1994
  4. *
  5. * TITLE: POWERCFG.RCV
  6. *
  7. * VERSION: 2.0
  8. *
  9. * AUTHOR: Tracy Sharpe
  10. *
  11. * DATE: 26 Dec 1993
  12. *
  13. * Version information resource file.
  14. *
  15. ********************************************************************************
  16. *
  17. * CHANGE LOG:
  18. *
  19. * DATE REV DESCRIPTION
  20. * ----------- --- -------------------------------------------------------------
  21. * 26 Dec 1993 TCS Original implementation. Took information from old
  22. * Windows 3.1 POWER.RCV file and made it use the COMMON.VER
  23. * file.
  24. *
  25. *******************************************************************************/
  26. #include <ntverp.h>
  27. #define VER_FILETYPE VFT_DLL
  28. #define VER_FILESUBTYPE VFT_UNKNOWN
  29. #define VER_FILEDESCRIPTION_STR "Power Management Configuration Control Panel Applet"
  30. #define VER_INTERNALNAME_STR "POWERCFG"
  31. #define VER_LEGALCOPYRIGHT_YEARS "1991-1997"
  32. #define VER_ORIGINALFILENAME_STR "POWERCFG.CPL"
  33. #include <common.ver>