mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-17 16:38:09 +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();
|
||||
#if !defined(WIN32)
|
||||
unix_event_listener.join();
|
||||
#endif
|
||||
OnExit(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user