mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-25 08:06:30 +00:00
[host] app: fix complation on windows with mingw
This commit is contained in:
parent
2c50ce4dbd
commit
f6b7ea11c8
@ -112,7 +112,7 @@ struct app
|
|||||||
bool captureStarted;
|
bool captureStarted;
|
||||||
|
|
||||||
enum AppState state;
|
enum AppState state;
|
||||||
enum LGMPTimerState lgmpTimerState;
|
_Atomic(enum LGMPTimerState) lgmpTimerState;
|
||||||
LGTimer * lgmpTimer;
|
LGTimer * lgmpTimer;
|
||||||
LGThread * frameThread;
|
LGThread * frameThread;
|
||||||
bool threadsStarted;
|
bool threadsStarted;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user