summaryrefslogtreecommitdiff
path: root/src/cmd_commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_commands.cpp')
-rw-r--r--src/cmd_commands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_commands.cpp b/src/cmd_commands.cpp
index 848070e40..fc95de5f1 100644
--- a/src/cmd_commands.cpp
+++ b/src/cmd_commands.cpp
@@ -17,7 +17,7 @@
/** Handle /COMMANDS
*/
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
{
return new cmd_commands(Instance);
}