Added check for PTLib version, can't be too old.
This commit is contained in:
parent
59e1d56cb5
commit
48b85ca9c1
|
@ -32,6 +32,11 @@
|
|||
#endif
|
||||
|
||||
#include <ptlib.h>
|
||||
|
||||
#if !defined(PTLIB_CHECK_VERSION)
|
||||
#error PTLib is too old to use, must be >= 2.10.6
|
||||
#endif
|
||||
|
||||
#include <opal/manager.h>
|
||||
#include <opal/localep.h>
|
||||
#include <h323/h323ep.h>
|
||||
|
|
Loading…
Reference in New Issue