mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-20 02:28:10 +08:00
Fix compile on Windows.
This commit is contained in:
@@ -183,7 +183,9 @@ void ScreenInteractive::Loop(Component* component) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
char_to_event_stream.join();
|
char_to_event_stream.join();
|
||||||
|
#if !defined(WIN32)
|
||||||
unix_event_listener.join();
|
unix_event_listener.join();
|
||||||
|
#endif
|
||||||
OnExit(0);
|
OnExit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user