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.

41 lines
831 B

  1. //+------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1993.
  5. //
  6. // File: benchmrk.hxx
  7. //
  8. // Contents: definitions for benchmark test
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 30-June-93 t-martig Created
  15. //
  16. //--------------------------------------------------------------------------
  17. #ifndef __BENCHMRK_H
  18. #define __BENCHMRK_H
  19. #include <windows.h>
  20. #include <ole2.h>
  21. #include <stdio.h>
  22. #include <stdlib.h>
  23. #include <string.h>
  24. #ifdef _CAIRO_
  25. #include <oleext.h> // cairo extensions to OLE, OleInitializeEx, etc.
  26. #endif
  27. #ifdef WIN32 // BUGBUG: need replacement for WIN16
  28. #include <stopwtch.hxx>
  29. #endif
  30. #include <bmcomm.hxx>
  31. #include <bminput.hxx>
  32. #include <bmoutput.hxx>
  33. #include <bmlog.hxx>
  34. #endif // __BENCHMRK_H