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.

37 lines
613 B

  1. /*++
  2. Copyright (C) 1998-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. //////////////////////////////////////////////////////////////////////
  8. //
  9. // HiperStress.h
  10. //
  11. //////////////////////////////////////////////////////////////////////
  12. #ifndef _HIPERSTRESS_H_
  13. #define _HIPERSTRESS_H_
  14. #define _WIN32_WINNT 0x0400
  15. #define UNICODE
  16. #define KEY_REFROOT L"Software\\Microsoft\\HiPerStress\\"
  17. #include <windows.h>
  18. #include <stdio.h>
  19. #include <wbemidl.h>
  20. #include <wbemint.h>
  21. #include "Locator.h"
  22. extern long g_lRefThreadCount;
  23. extern class CLocator *g_pLocator;
  24. #endif //_HIPERSTRESS_H_