[host] app: fix complation on windows with mingw

This commit is contained in:
Geoffrey McRae 2025-03-05 16:34:07 +11:00
parent 2c50ce4dbd
commit f6b7ea11c8

View File

@ -112,7 +112,7 @@ struct app
bool captureStarted;
enum AppState state;
enum LGMPTimerState lgmpTimerState;
_Atomic(enum LGMPTimerState) lgmpTimerState;
LGTimer * lgmpTimer;
LGThread * frameThread;
bool threadsStarted;