Go to the documentation of this file.
34 #ifndef PTLIB_DYNALINK_H
35 #define PTLIB_DYNALINK_H
130 bool compulsory =
false
141 bool compulsory =
false
153 template <
typename FuncPtr>
161 bool compulsory =
true
170 #define P_DYNALINK_ENTRY_POINT(name) P_DISABLE_MSVC_WARNINGS(4355, name(*this, #name))
172 #define P_DYNALINK_OPTIONAL_ENTRY_POINT(name) P_DISABLE_MSVC_WARNINGS(4355, name(*this, #name, false))
179 #include "msos/ptlib/dynalink.h"
181 #include "unix/ptlib/dynalink.h"
185 #endif // !defined(P_RTEMS)
188 #endif //PTLIB_DYNALINK_H