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
41 lines
833 B
|
|
/****************************************************************************
|
|
* @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"
|