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.

35 lines
682 B

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. pdhdll.rc
  5. Abstract:
  6. Resources for Pdh DLL.dialogs and strings
  7. --*/
  8. #include "Windows.h"
  9. #include "winver.h"
  10. #include "ntverp.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. //
  13. // Version
  14. //
  15. #define VER_FILETYPE VFT_DLL
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Windows Performance Data Helper DLL"
  18. #define VER_INTERNALNAME_STR "PDH.DLL"
  19. #include "common.ver"
  20. #include "..\pdhui\pdh.rc"
  21. #include "pdhmsg.rc"
  22. STRINGTABLE DISCARDABLE
  23. BEGIN
  24. IDS_PERFFILE_FRIENDLYNAME "Performance Monitor File"
  25. END