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.

28 lines
770 B

  1. /*-----------------------------------------------------------------------------
  2. icwphbk.rcv
  3. Version information
  4. Copyright (C) 1996 Microsoft Corporation
  5. All rights reserved.
  6. Authors:
  7. ChrisK ChrisKauffman
  8. History:
  9. 7/30/96 ChrisK Cleaned and formatted
  10. 1/10/098 Donaldm Adapted to the NT/IE build env.
  11. NOTE:
  12. -----------------------------------------------------------------------------*/
  13. #include <ntverp.h>
  14. #define VER_FILETYPE VFT_APP
  15. #define VER_FILESUBTYPE VFT_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "Internet Connection Wizard"
  17. #define VER_INTERNALNAME_STR "ICWPHBK"
  18. #define VER_LEGALCOPYRIGHT_YEARS "1994-1999"
  19. #define VER_ORIGINALFILENAME_STR "ICWPHBK.DLL"
  20. #include <common.ver>