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.

59 lines
1.1 KiB

  1. /*****************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 1999
  4. *
  5. * TITLE: precomp.h
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: RickTu
  10. *
  11. * DATE: 5/12/99
  12. *
  13. * DESCRIPTION: Precompiled header file for scan dialog
  14. *
  15. *****************************************************************************/
  16. #ifndef __PRECOMP_H_INCLUDED
  17. #define __PRECOMP_H_INCLUDED
  18. #include <windows.h>
  19. #include <atlbase.h>
  20. #include <commctrl.h>
  21. #include <objbase.h>
  22. #include <propidl.h>
  23. #include <wia.h>
  24. #include "scanlib.rh"
  25. #include "wiadebug.h"
  26. #include "wianew.h"
  27. #include "wiadevd.h"
  28. #include "pshelper.h"
  29. #include "uicommon.h"
  30. #include "miscutil.h"
  31. #include "simcrack.h"
  32. #include "simbstr.h"
  33. #include "simevent.h"
  34. #include "scandlg.h"
  35. #include "multistr.h"
  36. #include "scanntfy.h"
  37. #include "pviewids.h"
  38. #include "dlgunits.h"
  39. #include "proparry.h"
  40. #include "scanitem.h"
  41. #include "scanproc.h"
  42. #include "sitemlst.h"
  43. #include "waitcurs.h"
  44. #include "dbgtimer.h"
  45. #include <shfusion.h>
  46. extern HINSTANCE g_hInstance;
  47. #endif