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.

26 lines
789 B

  1. /*---------------------------------------------------------------------------*\
  2. | WINCHAT RESOURCE VERSION FILE
  3. | This module defines the resource version data.
  4. |
  5. |
  6. | Copyright (c) Microsoft Corp., 1990-1993
  7. |
  8. | created: 01-Nov-91
  9. | history: 01-Nov-91 <clausgi> created.
  10. | 29-Dec-92 <chriswil> port to NT, cleanup.
  11. |
  12. \*---------------------------------------------------------------------------*/
  13. #ifndef WIN32
  14. #include <ver.h>
  15. #endif
  16. #define VER_FILETYPE VFT_APP
  17. #define VER_FILESUBTYPE VFT_UNKNOWN
  18. #define VER_FILEDESCRIPTION_STR "Windows for Workgroups Chat (NT)"
  19. #define VER_INTERNALNAME_STR "WINCHAT"
  20. #define VER_LEGALCOPYRIGHT_YEARS "1991-1993"
  21. #define VER_ORIGINALFILENAME_STR "WINCHAT.EXE"
  22. #ifdef WIN32
  23. #include <common.ver>
  24. #endif