BBS: TELESC.NET.BR Assunto: src/syncterm/wren_bind_xfer.c De: Deuc¨ Data: Thu, 7 May 2026 19:33:22 -0700 ----------------------------------------------------------- https://gitlab.synchro.net/main/sbbs/-/commit/b0cb6a30bed31add37363abc Modified Files: src/syncterm/wren_bind_xfer.c Log Message: wren_bind_xfer: use _Atomic keyword instead of stdatomic.h typedefs MSVC'sdoesn't typedef atomic_bool / atomic_uint to a real atomic type, so the clang frontend (under /experimental:c11atomics) errors with C7707 atomic_load saw plain int instead of _Atomic int. Switch to the keyword form (static _Atomic bool ...), matching the pattern rlogin.c already uses for its rlogin_active / rlogin_input_paused flags. Co-Authored-By: Claude Opus 4.7 (1M context) n --- mSynchronetn hgVertrauen n hHome of Synchronet n gh[vert/cvs/bbs].synchro.net ----------------------------------------------------------- [Voltar]