]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_nick.cpp
Compressor script that compresses all shared objects and exe with upx, should be...
[user/henk/code/inspircd.git] / src / cmd_nick.cpp
index 05a66cbfc5a0b86f372b2744f84d0887de3abf46..05fc8420fc7e24a50c9d042d6b27f5b317d01c8e 100644 (file)
  * ---------------------------------------------------
  */
 
+#include "inspircd.h"
 #include "configreader.h"
 #include "users.h"
 #include "modules.h"
-#include "inspircd.h"
 #include "xline.h"
 #include "commands/cmd_nick.h"
 
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_nick(Instance);
 }