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.

42 lines
1.1 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: icm.rc
  4. //
  5. // Module: CMDIAL32.DLL
  6. //
  7. // Synopsis: Main resource script for cmdial32.dll.
  8. //
  9. // Copyright (c) 1998-1999 Microsoft Corporation
  10. //
  11. // Author: nickball Created 02/10/98
  12. //
  13. //+----------------------------------------------------------------------------
  14. #include <windows.h>
  15. #include "pnpuverp.h"
  16. #include "cmprdver.h"
  17. #define VER_FILETYPE VFT_DLL
  18. #define VER_FILESUBTYPE VFT2_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR "Microsoft Connection Manager"
  20. #define VER_INTERNALNAME_STR "CMDIAL32"
  21. #define VER_ORIGINALFILENAME_STR "CMDIAL32.DLL"
  22. #include <common.ver>
  23. #include "icmdlg.rc"
  24. #include "cmfmtstr.h"
  25. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  26. #ifdef _WIN32
  27. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  28. #pragma code_page(1252)
  29. #endif //_WIN32
  30. #include "cmfmtstr.rc"
  31. #endif // English (U.S.) resources
  32. /////////////////////////////////////////////////////////////////////////////