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.

30 lines
831 B

  1. /*-----------------------------------------------------------------------------
  2. icwdial.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_DLL
  16. #define VER_FILESUBTYPE VFT_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Internet Connection Wizard Autodialer"
  18. #define VER_INTERNALNAME_STR "ICWDIAL"
  19. #define VER_LEGALCOPYRIGHT_YEARS "1994-1999"
  20. #define VER_ORIGINALFILENAME_STR "ICWDIAL.DLL"
  21. #include <common.ver>