BSS & jack changes

This commit is contained in:
philippe44
2019-11-14 16:53:00 -08:00
parent e493949241
commit 10d19a6dd8
4 changed files with 25 additions and 11 deletions

View File

@@ -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"