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.

66 lines
1.1 KiB

  1. /*****************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 1999-2001
  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 preview control
  14. *
  15. *****************************************************************************/
  16. #ifndef _pch_h
  17. #define _pch_h
  18. #ifdef DBG
  19. #ifndef DEBUG
  20. #define DEBUG
  21. #endif
  22. #endif
  23. #include <windows.h>
  24. #include <shellapi.h>
  25. #include <shlobj.h>
  26. #include <shlobjp.h>
  27. #include <initguid.h>
  28. #include <shlguidp.h>
  29. #include <sti.h>
  30. #include <mshtml.h>
  31. #include <commctrl.h>
  32. #include <shfusion.h>
  33. extern HINSTANCE g_hInstance;
  34. #include "uicommon.h"
  35. #include "stdafx.h"
  36. #include "wiapropui.h"
  37. #include "shellext.h"
  38. #include "wianew.h"
  39. #include "pviewids.h"
  40. #include "wia.h"
  41. #include "wiavideo.h"
  42. #include "wiaview.h"
  43. #include "wiadevd.h"
  44. #include "preview.h"
  45. #include "cunknown.h"
  46. #include "wiadebug.h"
  47. #include "idlist.h"
  48. #include "util.h"
  49. #include "resource.h"
  50. #include "vcamprop.h"
  51. #endif