summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2013-06-01 12:53:25 -0700
committerAttila Molnar <attilamolnar@hush.com>2013-06-01 12:53:25 -0700
commita15d4c391bfd4ffed1e8552636be821784df0ac4 (patch)
tree5daf5f47d974e156a128eaf29a5205a5c6f19c24 /include
parent3406c7234ac15b6a2fc52afa770fb851da25c215 (diff)
parentd9c1809b26f5bc1087c9fe535a28c1dea272f5a8 (diff)
Merge pull request #551 from SaberUK/master+unused-configure
Remove unused code from configure.
Diffstat (limited to 'include')
-rw-r--r--include/compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/compat.h b/include/compat.h
index ffb0d0bdd..1cdad06c2 100644
--- a/include/compat.h
+++ b/include/compat.h
@@ -110,6 +110,7 @@
# include "inspircd_win32wrapper.h"
#else
# include <unistd.h>
+# define ENTRYPOINT int main(int argc, char** argv)
# define DllExport
# define CoreExport
#endif