Use local copy of alext.h for the time being

This commit is contained in:
Cacodemon345
2021-08-25 15:47:24 +06:00
parent ea641cc0ae
commit cb2d0a1046
2 changed files with 520 additions and 0 deletions

View File

@@ -593,6 +593,10 @@ void monitor_thread(void* param)
if (strncasecmp(line, "exit", 4) == 0)
{
exit_event = 1;
}
else if (strncasecmp(line, "fddload", sizeof("fddload") - 1) == 0)
{
}
free(line);
}