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.

41 lines
833 B

  1. /****************************************************************************
  2. * @doc INTERNAL PRECOMP
  3. *
  4. * @module Precomp.h | Master header file.
  5. ***************************************************************************/
  6. #define UNICODE
  7. #include <windows.h>
  8. #include <windowsx.h>
  9. #include <streams.h>
  10. #include <tapi3.h>
  11. #include <strmif.h>
  12. #include <control.h>
  13. #include <commctrl.h>
  14. #include <confpriv.h>
  15. #include <h323priv.h>
  16. #ifdef DbgLog
  17. #undef DbgLog
  18. #endif
  19. #define DbgLog(s)
  20. #ifdef FX_ENTRY
  21. #undef FX_ENTRY
  22. #endif
  23. #define FX_ENTRY(s)
  24. #ifdef _fx_
  25. #undef _fx_
  26. #endif
  27. #define _fx_
  28. #include "PropEdit.h"
  29. #include "ProcAmpP.h"
  30. #include "CameraCP.h"
  31. #include "CaptureP.h"
  32. #include "AudRecP.h"
  33. #include "VDeviceP.h"
  34. #include "NetworkP.h"
  35. #include "SystemP.h"
  36. #include "resource.h"