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.

43 lines
786 B

  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 common UI library
  14. *
  15. *****************************************************************************/
  16. #ifndef _pch_h
  17. #define _pch_h
  18. #include <windows.h>
  19. #include <sti.h>
  20. #include <commctrl.h>
  21. #include <atlbase.h>
  22. #include <propidl.h>
  23. #include "wia.h"
  24. #include "uicommon.h"
  25. #include "simcrack.h"
  26. #include "simarray.h"
  27. #include "simreg.h"
  28. #include "wiadebug.h"
  29. #include "miscutil.h"
  30. #include "proparry.h"
  31. #include "pshelper.h"
  32. #include "rescale.h"
  33. #include "resid.h"
  34. #include <shfusion.h>
  35. #endif