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.

47 lines
988 B

  1. /*==========================================================================;
  2. *
  3. * Copyright (C) 1996 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: stippr.h
  6. * Content: Precompiled header include file
  7. *@@BEGIN_MSINTERNAL
  8. * History:
  9. *@@END_MSINTERNAL
  10. *
  11. ***************************************************************************/
  12. #ifndef __STIPR_INCLUDED__
  13. #define __STIPR_INCLUDED__
  14. #ifndef WIN32_LEAN_AND_MEAN
  15. #define WIN32_LEAN_AND_MEAN
  16. #endif
  17. #define Not_VxD
  18. #include <windows.h>
  19. #include <windowsx.h>
  20. #include <objbase.h>
  21. #include <regstr.h>
  22. #include <setupapi.h>
  23. #include <cfgmgr32.h>
  24. #include <devguid.h>
  25. #include <stdio.h>
  26. #include <sti.h>
  27. #include <stierr.h>
  28. #include <stiusd.h>
  29. #include <stilog.h>
  30. #include <stiregi.h>
  31. #include "stipriv.h"
  32. #include "stiapi.h"
  33. #include "stirc.h"
  34. #include "debug.h"
  35. #define COBJMACROS
  36. #include "wia.h"
  37. #include "wiapriv.h"
  38. extern IStiLockMgr *g_pLockMgr;
  39. #endif