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.

41 lines
1.2 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. #ifdef WINNT
  27. #include <ntverp.h>
  28. #else
  29. #include <version.h>
  30. #endif
  31. #define VER_FILETYPE VFT_APP
  32. #define VER_FILESUBTYPE VFT2_UNKNOWN
  33. #define VER_FILEDESCRIPTION_STR "Registry Editor\0"
  34. #define VER_INTERNALNAME_STR "REGEDIT\0"
  35. #ifndef WINNT
  36. #define VER_LEGALCOPYRIGHT_YEARS "1993-1995"
  37. #endif
  38. #define VER_ORIGINALFILENAME_STR "REGEDIT.EXE"
  39. #include <common.ver>