diff options
Diffstat (limited to '')
-rw-r--r-- | src/net/builtinServices.inl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/net/builtinServices.inl b/src/net/builtinServices.inl index 803371ac..d8d4ea91 100644 --- a/src/net/builtinServices.inl +++ b/src/net/builtinServices.inl @@ -21,12 +21,12 @@ // the GNU General Public License cover the whole combination. // -#ifndef VMIME_BUILDING_DOC + +// Include registration helpers +#include "src/net/serviceRegistration.inl" -#define REGISTER_SERVICE(p_class, p_name, p_type) \ - vmime::net::service::initializer <vmime::net::p_class> \ - p_name(#p_name, vmime::net::service::p_type) +#ifndef VMIME_BUILDING_DOC #if VMIME_BUILTIN_MESSAGING_PROTO_POP3 |