This requires a return value in Windows, and really should have one anyway.

develop
expwnent 2015-03-29 14:21:59 -04:00
parent b8f621f72d
commit 6779849bc6
1 changed files with 1 additions and 0 deletions

@ -262,6 +262,7 @@ DFhackCExport command_result plugin_onupdate (color_ostream &out)
if (hook.enabled)
hook.callback();
}
return CR_OK;
}
DFhackCExport command_result plugin_shutdown (color_ostream &out)