mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 19:47:02 +03:00
BSS & jack changes
This commit is contained in:
@@ -442,6 +442,10 @@ void _wake_create(event_event*);
|
||||
#define wake_close(e) CloseHandle(e)
|
||||
#endif
|
||||
|
||||
#ifndef EXT_BSS
|
||||
#define EXT_BSS
|
||||
#endif
|
||||
|
||||
// printf/scanf formats for u64_t
|
||||
#if (LINUX && __WORDSIZE == 64) || (FREEBSD && __LP64__)
|
||||
#define FMT_u64 "%lu"
|
||||
|
||||
Reference in New Issue
Block a user