aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGravatar brain2008-08-21 11:01:51 +0000
committerGravatar brain2008-08-21 11:01:51 +0000
commit2c5db1dfcb326fb6665b40c0bf2613257ebaf3d5 (patch)
tree9bca9f188bcfbeb37276c219c048fa7f67b44b78 /include
parentproperly coreexport the getcpu() function etc (diff)
downloadinspircd++-2c5db1dfcb326fb6665b40c0bf2613257ebaf3d5.tar.gz
inspircd++-2c5db1dfcb326fb6665b40c0bf2613257ebaf3d5.tar.bz2
inspircd++-2c5db1dfcb326fb6665b40c0bf2613257ebaf3d5.zip
add support for windows service. This now is part of inspircd itself being as we have native build. It doesnt quite work yet in all the ways it should.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10193 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 50dc5c73b..81a9f3cbe 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -911,4 +911,6 @@ class CoreExport InspIRCd : public classbase
}
};
+ENTRYPOINT;
+
#endif