diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-06-01 12:53:25 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-06-01 12:53:25 -0700 |
commit | a15d4c391bfd4ffed1e8552636be821784df0ac4 (patch) | |
tree | 5daf5f47d974e156a128eaf29a5205a5c6f19c24 /include | |
parent | 3406c7234ac15b6a2fc52afa770fb851da25c215 (diff) | |
parent | d9c1809b26f5bc1087c9fe535a28c1dea272f5a8 (diff) |
Merge pull request #551 from SaberUK/master+unused-configure
Remove unused code from configure.
Diffstat (limited to 'include')
-rw-r--r-- | include/compat.h | 1 |
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 |