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.

51 lines
949 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1993.
  5. //
  6. // File: oletest.h
  7. //
  8. // Contents: include all other headers needed for oletest
  9. //
  10. // History: dd-mmm-yy Author Comment
  11. // 06-Feb-93 alexgo author
  12. //
  13. //--------------------------------------------------------------------------
  14. #ifndef _OLETEST_H
  15. #define _OLETEST_H
  16. //system includes
  17. #include <windows.h>
  18. #include <stdio.h>
  19. #include <stdlib.h>
  20. #include <string.h>
  21. #include <ctype.h>
  22. #include <ole2.h>
  23. // define the OLECHAR stuff
  24. #ifndef WIN32
  25. #define OLECHAR char
  26. #define LPOLESTR LPSTR
  27. #define OLESTR(x) x
  28. #include <toolhelp.h>
  29. #endif // !WIN32
  30. //app includes
  31. #include "assert.h"
  32. #include "task.h"
  33. #include "stack.h"
  34. #include "app.h"
  35. #include "output.h"
  36. #include "utils.h"
  37. #include <testmess.h>
  38. #else
  39. Error! Oletest.h included multiple times.
  40. #endif //!_OLETEST_H