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.

65 lines
1.2 KiB

  1. /*****************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 1998
  4. *
  5. * TITLE: precomp.h
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: RickTu
  10. *
  11. * DATE: 9/7/99
  12. *
  13. * DESCRIPTION: Precompiled header file for video usd
  14. *
  15. *****************************************************************************/
  16. #ifndef _WIA_VIDEO_USD_PRECOMP_H_
  17. #define _WIA_VIDEO_USD_PRECOMP_H_
  18. #ifdef DBG
  19. #ifndef DEBUG
  20. #define DEBUG
  21. #endif
  22. #endif
  23. #include <atlbase.h>
  24. extern CComModule _Module;
  25. #include <atlcom.h>
  26. //#include <windows.h>
  27. #include <psnew.h>
  28. #include <coredbg.h>
  29. #include <streams.h>
  30. #include <mmreg.h>
  31. #include <simstr.h>
  32. #include <simreg.h>
  33. #include <simbstr.h>
  34. #include <simlist.h>
  35. #include <initguid.h>
  36. #include <gdiplus.h>
  37. #include <uuids.h>
  38. #include <sti.h>
  39. #include <stiusd.h>
  40. #include <stierr.h>
  41. #include <resource.h>
  42. #include <wia.h>
  43. #include <istillf.h> // found in wia\drivers\video\filter
  44. #include <mpdview.h>
  45. #include <wiavideo.h>
  46. #include <dshowutl.h>
  47. #include <wiautil.h>
  48. #include <cwiavideo.h>
  49. #include <prvgrph.h>
  50. #include <stillprc.h>
  51. #include <wialink.h>
  52. #include <vcamprop.h>
  53. #include <flnfile.h>
  54. #endif