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.

24 lines
708 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: cmutoa.rc
  4. //
  5. // Module: CMUTOA.DLL
  6. //
  7. // Synopsis: Resource Script
  8. //
  9. // Copyright (c) 1999 Microsoft Corporation
  10. //
  11. // Author: quintinb Created 04/25/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. #include "pnpuverp.h"
  15. #include "cmprdver.h"
  16. #define VER_FILETYPE VFT_DLL
  17. #define VER_FILESUBTYPE VFT2_UNKNOWN
  18. #define VER_FILEDESCRIPTION_STR "Microsoft Connection Manager Unicode To Ansi Lib"
  19. #define VER_INTERNALNAME_STR "CMUTOA"
  20. #define VER_ORIGINALFILENAME_STR "CMUTOA.DLL"
  21. #include <common.ver>