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.

44 lines
1.1 KiB

  1. /****************************************************************************
  2. *
  3. * version.rc
  4. *
  5. * Microsoft Confidential
  6. * Copyright (c) 1998-1999 Microsoft Corporation
  7. * All rights reserved
  8. *
  9. * Resource script for versioning information.
  10. *
  11. * 09/02/99 quintinb Created Header
  12. *
  13. ***************************************************************************/
  14. #if defined(APSTUDIO_INVOKED)
  15. # error DO NOT EDIT THIS FILE IN MSVC!!! Open as text
  16. #endif
  17. #include "windows.h"
  18. /////////////////////////////////////////////////////////////////////////////
  19. // English (U.S.) resources
  20. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  21. #ifdef _WIN32
  22. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  23. #pragma code_page(1252)
  24. #endif //_WIN32
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // Version
  28. //
  29. #include "icwprdver.h"
  30. #define VER_FILETYPE VFT_DLL
  31. #define VER_FILESUBTYPE VFT2_UNKNOWN
  32. #define VER_FILEDESCRIPTION_STR "Internet Configuration Library"
  33. #define VER_INTERNALNAME_STR "ccfgnt"
  34. #define VER_ORIGINALFILENAME_STR "ccfgnt.dll"
  35. #include <common.ver>
  36. #endif