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.

36 lines
1009 B

  1. // Precompiled header for DCAP32.DLL
  2. // the build environment only defines _DEBUG when
  3. // ALT_PROJECT_TARGET = NT is specified. Bug the debug zones only
  4. // test for DEBUG...
  5. #ifdef _DEBUG
  6. # ifndef DEBUG
  7. # define DEBUG
  8. # endif // !DEBUG
  9. #endif // _DEBUG
  10. #include <windows.h>
  11. #include <confdbg.h>
  12. #include <avutil.h>
  13. #include <memtrack.h>
  14. #include <winioctl.h> // CTL_CODE, FILE_READ_ACCESS..etc
  15. #include <commctrl.h> // Page.cpp (UDM_GETRANGE, TBM_GETPOS) and Sheet.cpp (InitCommonControls)
  16. #include <mmsystem.h> // must go before mmddk.h
  17. #include <mmddk.h> // for DriverCallback()
  18. #include <vfw.h>
  19. #include <msviddrv.h> // VIDEO_STREAM_INIT_PARMS
  20. #include <strmif.h>
  21. #include <uuids.h>
  22. #include <ks.h>
  23. #include <ksmedia.h>
  24. #include <help_ids.h>
  25. #include "..\inc\idcap.h"
  26. #include "..\inc\WDMDrivr.h"
  27. #include "..\inc\WDMPin.h"
  28. #include "..\inc\WDMStrmr.h"
  29. #include "..\inc\debug.h"
  30. #include "..\inc\wdmcap.h"
  31. #include "..\inc\resource.h"
  32. #include "..\inc\WDMDialg.h"