mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Fix Windows linkage.
Windows needs ATOMIC_STATIC_INIT.
This commit is contained in:
@@ -1323,6 +1323,8 @@ class LoggerThreadJNI {
|
||||
ATOMIC_STATIC_DECL(LoggerThreadJNI)
|
||||
};
|
||||
|
||||
ATOMIC_STATIC_INIT(LoggerThreadJNI)
|
||||
|
||||
LoggerThreadJNI::LoggerThreadJNI() {
|
||||
m_active = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user