diff options
| author | 2008-08-21 11:01:51 +0000 | |
|---|---|---|
| committer | 2008-08-21 11:01:51 +0000 | |
| commit | 2c5db1dfcb326fb6665b40c0bf2613257ebaf3d5 (patch) | |
| tree | 9bca9f188bcfbeb37276c219c048fa7f67b44b78 /src/inspircd.cpp | |
| parent | properly coreexport the getcpu() function etc (diff) | |
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 'src/inspircd.cpp')
| -rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 8d3a8fc27..e2ed1282c 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -867,7 +867,7 @@ void InspIRCd::BufferedSocketCull() * An ircd in five lines! bwahahaha. ahahahahaha. ahahah *cough*. */ -int main(int argc, char ** argv) +ENTRYPOINT { SI = new InspIRCd(argc, argv); mysig = &SI->s_signal; |
