Fix linkage on cygwin.

ZNC_NO_NEED_TO_DO_ANYTHING_ON_MODULE_CALL_EXITER is required in
libznc.dll, but it was defined in main.cpp

Again thanks to Lizzy Eilson
This commit is contained in:
Alexey Sokolov
2012-08-19 16:29:54 +07:00
parent 39ba5f28ea
commit da336049b3
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -35,8 +35,6 @@ static inline int getopt_long(int argc, char * const argv[], const char *optstri
}
#endif
bool ZNC_NO_NEED_TO_DO_ANYTHING_ON_MODULE_CALL_EXITER;
static const struct option g_LongOpts[] = {
{ "help", no_argument, 0, 'h' },
{ "version", no_argument, 0, 'v' },