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.

34 lines
886 B

  1. /*-----------------------------------------------------------------------------
  2. cfgdll.rcv
  3. Version information
  4. Copyright (c) 1996-1998 Microsoft Corporation
  5. All rights reserved.
  6. Authors:
  7. ChrisK ChrisKauffman
  8. History:
  9. 7/30/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. #ifdef APSTUDIO_INVOKED
  15. #error DO NOT EDIT WITH MSVC
  16. #endif
  17. #include "icwprdver.h"
  18. #define VER_FILETYPE VFT_DLL
  19. #define VER_FILESUBTYPE VFT2_UNKNOWN
  20. #define VER_FILEDESCRIPTION_STR "Internet Configuration Library"
  21. #define VER_INTERNALNAME_STR "ccfg95"
  22. #define VER_ORIGINALFILENAME_STR "ccfg95.dll"
  23. #include <common.ver>