2025-04-27 07:49:33 -04:00

42 lines
833 B
C

/****************************************************************************
* @doc INTERNAL PRECOMP
*
* @module Precomp.h | Master header file.
***************************************************************************/
#define UNICODE
#include <windows.h>
#include <windowsx.h>
#include <streams.h>
#include <tapi3.h>
#include <strmif.h>
#include <control.h>
#include <commctrl.h>
#include <confpriv.h>
#include <h323priv.h>
#ifdef DbgLog
#undef DbgLog
#endif
#define DbgLog(s)
#ifdef FX_ENTRY
#undef FX_ENTRY
#endif
#define FX_ENTRY(s)
#ifdef _fx_
#undef _fx_
#endif
#define _fx_
#include "PropEdit.h"
#include "ProcAmpP.h"
#include "CameraCP.h"
#include "CaptureP.h"
#include "AudRecP.h"
#include "VDeviceP.h"
#include "NetworkP.h"
#include "SystemP.h"
#include "resource.h"