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
814 B

  1. /*++
  2. Copyright (C) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. wbemperf.rc
  5. Abstract:
  6. <abstract>
  7. --*/
  8. #include <windows.h>
  9. #include <ntverp.h>
  10. /*-----------------------------------------------*/
  11. /* the following lines are specific to this file */
  12. /*-----------------------------------------------*/
  13. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  14. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  15. * The strings don't need a '\0', since common.ver has them.
  16. */
  17. #define VER_FILETYPE VFT_DLL
  18. #define VER_FILESUBTYPE VFT2_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR "WBEM Generic Windows NT Performance Data Provider "
  20. #define VER_INTERNALNAME_STR "WBEMPERF.DLL"
  21. #define VER_ORIGINALFILENAME_STR "WBEMPERF.DLL"
  22. #include "common.ver"
  23. #include "wbprfmsg.rc"