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.

31 lines
825 B

  1. /*-----------------------------------------------------------------------------
  2. icwconn2.rcv
  3. Version information
  4. Copyright (C) 1996 Microsoft Corporation
  5. All rights reserved.
  6. Authors:
  7. ChrisK ChrisKauffman
  8. History:
  9. 7/22/96 ChrisK Cleaned and formatted
  10. NOTE:
  11. DO NOT EDIT THIS WITH MSVC! You will destroy the comments and all
  12. entries designed to build for WIN16
  13. -----------------------------------------------------------------------------*/
  14. #include <ntverp.h>
  15. #define VER_FILETYPE VFT_APP
  16. #define VER_FILESUBTYPE VFT_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Internet Connection Wizard"
  18. #define VER_INTERNALNAME_STR "ICWCONN2"
  19. #define VER_LEGALCOPYRIGHT_YEARS "1994-1999"
  20. #define VER_ORIGINALFILENAME_STR "ICWCONN2.EXE"
  21. #include <common.ver>