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.

21 lines
782 B

  1. /************************************************************************/
  2. /* CALC.RCV */
  3. /* Version control data generated from layouts.dat automatically */
  4. /* ***** DO NOT EDIT THIS FILE DIRECTLY! ***** */
  5. /* ***** See GeorgeM for more details ***** */
  6. /************************************************************************/
  7. #ifdef WINNT
  8. #include <ntverp.h>
  9. #else
  10. #include <version.h>
  11. #endif
  12. #define VER_FILETYPE VFT_APP
  13. #define VER_FILESUBTYPE VFT_UNKNOWN
  14. #define VER_FILEDESCRIPTION_STR "Windows Calculator application file"
  15. #define VER_INTERNALNAME_STR "CALC"
  16. #define VER_LEGALCOPYRIGHT_YEARS "1991-1995"
  17. #define VER_ORIGINALFILENAME_STR "CALC.EXE"
  18. #include <common.ver>