diff options
| author | 2009-01-06 19:12:26 +0000 | |
|---|---|---|
| committer | 2009-01-06 19:12:26 +0000 | |
| commit | 8b692b24ac1b817bbefa0dc64d4da117fa079992 (patch) | |
| tree | b7f3450252800afd447e5099b2f86403eaa9419c /src/modules/perl | |
| parent | small compilation warning fir fox win32 (diff) | |
| download | KVIrc-8b692b24ac1b817bbefa0dc64d4da117fa079992.tar.gz KVIrc-8b692b24ac1b817bbefa0dc64d4da117fa079992.tar.bz2 KVIrc-8b692b24ac1b817bbefa0dc64d4da117fa079992.zip | |
1st round of compilation fixes for mingw
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2977 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/perl')
| -rw-r--r-- | src/modules/perl/libkviperl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/perl/libkviperl.cpp b/src/modules/perl/libkviperl.cpp index 96be07ae2..9e0486e1d 100644 --- a/src/modules/perl/libkviperl.cpp +++ b/src/modules/perl/libkviperl.cpp @@ -586,7 +586,7 @@ static bool perl_module_cleanup(KviModule *m) return true; } -KVIRC_MODULE( +KVIRC_MODULE_EXTERN( "Perl", // module name "4.0.0", // module version "Copyright (C) 2004 Szymon Stefanek (pragma at kvirc dot net)", // author & (C) |
