Skip to content

Commit f6b7ea1

Browse files
committed
[host] app: fix complation on windows with mingw
1 parent 2c50ce4 commit f6b7ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

host/src/app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ struct app
112112
bool captureStarted;
113113

114114
enum AppState state;
115-
enum LGMPTimerState lgmpTimerState;
115+
_Atomic(enum LGMPTimerState) lgmpTimerState;
116116
LGTimer * lgmpTimer;
117117
LGThread * frameThread;
118118
bool threadsStarted;

0 commit comments

Comments
 (0)