Browse Source

Fix #1063

pull/880/merge
Max Lv 7 years ago
parent
commit
ad4bd45caa
1 changed files with 1 additions and 0 deletions
  1. 1
      src/plugin.c

1
src/plugin.c

@ -223,6 +223,7 @@ int
is_plugin_running()
{
FATAL("Plugin is not supported on MinGW.");
return 0;
}
#endif
Loading…
Cancel
Save