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.

33 lines
1.1 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: cmcfg.rc
  4. //
  5. // Module: CMCFG32.DLL
  6. //
  7. // Synopsis: This resource script contains strings resources and version information for
  8. // cmcfg32.dll.
  9. //
  10. // Copyright (c) 1998-1999 Microsoft Corporation
  11. //
  12. // Author: henryt created 01/14/98
  13. //
  14. //+----------------------------------------------------------------------------
  15. #include "pnpuverp.h"
  16. #include "cmprdver.h"
  17. #include "cmcfg.h"
  18. #define VER_FILETYPE VFT_DLL
  19. #define VER_FILESUBTYPE VFT2_UNKNOWN
  20. #define VER_FILEDESCRIPTION_STR "Microsoft Connection Manager Configuration Dll"
  21. #define VER_INTERNALNAME_STR "CMCFG32"
  22. #define VER_ORIGINALFILENAME_STR "CMCFG32.DLL"
  23. #include <common.ver>
  24. #include "allcmdir.h"
  25. #include "allcmdir.rc"
  26. STRINGTABLE DISCARDABLE
  27. BEGIN
  28. IDS_NO_I386_ON_IA64 "This profile was not built for this processor architecture. Please contact your Administrator to get the appropriate profile for this architecture."
  29. END