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.

69 lines
1.2 KiB

  1. /*****************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 1999 - 2000
  4. *
  5. * TITLE: precomp.h
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: RickTu
  10. *
  11. * DATE: 10/14/99
  12. *
  13. * DESCRIPTION: precomiled header file for video common dialog
  14. *
  15. *****************************************************************************/
  16. #ifndef _WIA_VIDEO_DLG_PRECOMP_H_
  17. #define _WIA_VIDEO_DLG_PRECOMP_H_
  18. //
  19. // Windows header files
  20. //
  21. #include <windows.h>
  22. #include <commctrl.h>
  23. #include <comctrlp.h>
  24. #include <atlbase.h>
  25. //
  26. // WIA header files
  27. //
  28. #include <wia.h>
  29. #include <wiadebug.h>
  30. #include <wiadevd.h>
  31. #include <wiavideo.h>
  32. //
  33. // Utililty header files
  34. //
  35. #include <uicommon.h>
  36. #include <simcrack.h>
  37. #include <bkthread.h>
  38. #include <simevent.h>
  39. #include <miscutil.h>
  40. #include <simrect.h>
  41. #include <pshelper.h>
  42. #include <uiexthlp.h>
  43. #include <simbstr.h>
  44. #include <movewnd.h>
  45. #include <dlgunits.h>
  46. #include <vcamprop.h>
  47. //
  48. // Our header files
  49. //
  50. #include "wiavidd.rh"
  51. #include "citemlst.h"
  52. #include "videodlg.h"
  53. extern HINSTANCE g_hInstance;
  54. #include <shfusion.h>
  55. #endif