1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 11:13:12 +02:00
This commit is contained in:
codemastr
2004-05-12 22:32:11 +00:00
parent 257d386a1b
commit dd85bf150d
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
/* l_commands.c/commands.so is a special case so we have to do this manually :p */
#ifdef DYNAMIC_LINKING
char Mod_Version[] = BASE_VERSION PATCH1 PATCH2 PATCH3 PATCH4 PATCH5 PATCH6 PATCH7 PATCH8 PATCH9;
DLLFUNC char Mod_Version[] = BASE_VERSION PATCH1 PATCH2 PATCH3 PATCH4 PATCH5 PATCH6 PATCH7 PATCH8 PATCH9;
#endif
extern ModuleHeader m_svsnoop_Header;