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.

57 lines
1.0 KiB

  1. /*****************************************************************************
  2. *
  3. * (C) COPYRIGHT MICROSOFT CORPORATION, 1998
  4. *
  5. * TITLE: precomp.h
  6. *
  7. * VERSION: 1.0
  8. *
  9. * AUTHOR: RickTu
  10. *
  11. * DATE: 9/7/99
  12. *
  13. * DESCRIPTION: Precompiled header file for video usd
  14. *
  15. *****************************************************************************/
  16. #ifndef _WIA_VIDEO_USD_PRECOMP_H_
  17. #define _WIA_VIDEO_USD_PRECOMP_H_
  18. #ifdef DBG
  19. #ifndef DEBUG
  20. #define DEBUG
  21. #endif
  22. #endif
  23. #include <windows.h>
  24. #include <psnew.h>
  25. #include <simstr.h>
  26. #include <simreg.h>
  27. #include <simbstr.h>
  28. #include <simlist.h>
  29. #include <wiadebug.h>
  30. #include <winioctl.h>
  31. #include <ole2.h>
  32. #include <initguid.h>
  33. #include <gdiplus.h>
  34. #include <uuids.h>
  35. #include <sti.h>
  36. #include <stiusd.h>
  37. #include <stierr.h>
  38. #include <atlbase.h>
  39. #include <wiamindr.h>
  40. #include <resource.h>
  41. #include <istillf.h>
  42. #include <vcamprop.h>
  43. #include <image.h>
  44. #include <vstiusd.h>
  45. #include <defprop.h>
  46. #include <coredbg.h>
  47. extern HINSTANCE g_hInstance;
  48. #endif