mirror of
https://github.com/anope/anope.git
synced 2026-07-04 07:23:13 +02:00
Various fixes for compiling under Windows.
Also updated ms_* modules to use std::vector Memo struct from earlier commit. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1797 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+3
-3
@@ -150,7 +150,7 @@ struct ModuleLang_ {
|
||||
|
||||
/** Every module in Anope is actually a class.
|
||||
*/
|
||||
CoreExport class Module
|
||||
class CoreExport Module
|
||||
{
|
||||
private:
|
||||
bool permanent;
|
||||
@@ -163,7 +163,7 @@ CoreExport class Module
|
||||
*/
|
||||
std::string filename;
|
||||
|
||||
void *handle;
|
||||
ano_module_t handle;
|
||||
time_t created;
|
||||
std::string version;
|
||||
std::string author;
|
||||
@@ -285,7 +285,7 @@ CoreExport class Module
|
||||
|
||||
/** Used to manage modules.
|
||||
*/
|
||||
CoreExport class ModuleManager
|
||||
class CoreExport ModuleManager
|
||||
{
|
||||
public:
|
||||
/** Load up a list of modules.
|
||||
|
||||
Reference in New Issue
Block a user