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.

46 lines
800 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 selection dialog
  14. *
  15. *****************************************************************************/
  16. #ifndef _pch_h
  17. #define _pch_h
  18. #include <windows.h>
  19. #include <commctrl.h>
  20. #include <objbase.h>
  21. #include <atlbase.h>
  22. #include <sti.h>
  23. #include "wia.h"
  24. #include "wiadebug.h"
  25. #include "uicommon.h"
  26. #include "wiaseld.h"
  27. #include "wiaseld.rh"
  28. #include "choosdlg.h"
  29. #include "simcrack.h"
  30. #include "proparry.h"
  31. #include "devlist.h"
  32. #include "dbgtimer.h"
  33. #include <shfusion.h>
  34. extern HINSTANCE g_hInstance;
  35. #endif