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.

61 lines
1.7 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 2000
  6. //
  7. // File: resource.rc
  8. //
  9. //-----------------------------------------------------------------------------
  10. #include "resource.h"
  11. #define APSTUDIO_READONLY_SYMBOLS
  12. #include "winres.h"
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  17. #ifdef _WIN32
  18. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  19. #pragma code_page(1252)
  20. #endif //_WIN32
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // REGISTRY
  24. //
  25. //IDR_TrustPrv REGISTRY DISCARDABLE "TrustPrv.rgs"
  26. /////////////////////////////////////////////////////////////////////////////
  27. //
  28. // String Table
  29. //
  30. STRINGTABLE DISCARDABLE
  31. BEGIN
  32. IDS_PROJNAME "hmonitor"
  33. IDS_HEALTHMONPRV_DESC "HealthMonProvider Class"
  34. END
  35. #endif // English (U.S.) resources
  36. /////////////////////////////////////////////////////////////////////////////
  37. //+----------------------------------------------------------------------------
  38. //
  39. // Version
  40. //
  41. //-----------------------------------------------------------------------------
  42. #define VER_FILETYPE VFT_DLL
  43. #define VER_FILESUBTYPE VFT_UNKNOWN
  44. #define VER_FILEDESCRIPTION_STR "Windows Health Monitor WMI Provider"
  45. #define VER_INTERNALNAME_STR "hmonitor"
  46. #define VER_LEGALCOPYRIGHT_YEARS "1998 - 2000"
  47. #define VER_ORIGINALFILENAME_STR "hmonitor.dll"
  48. #include <ntverp.h>
  49. #include <common.ver>