Leaked source code of windows server 2003
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.

29 lines
704 B

  1. //**********************************************************************
  2. // File name: pre.h
  3. //
  4. // Used for precompiled headers
  5. //
  6. // Copyright (c) 1993 Microsoft Corporation. All rights reserved.
  7. //**********************************************************************
  8. #if !defined( _PRE_H_)
  9. #define _PRE_H_
  10. #include <windows.h>
  11. #include <ole2.h>
  12. #include <ole2ui.h>
  13. #include <assert.h>
  14. #include <string.h>
  15. #include "simpsvr.h"
  16. #include "resource.h"
  17. extern "C" void TestDebugOut(LPSTR psz);
  18. #ifndef WIN32
  19. /* Since OLE is part of the operating system in Win32, we don't need to
  20. * check the version number in Win32.
  21. */
  22. #include <ole2ver.h>
  23. #endif // WIN32
  24. #endif