debug: add a stub init for win32
This commit is contained in:
parent
300ae9df73
commit
e7cdb1322a
@ -68,6 +68,11 @@ warn (const char *msg)
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
#if defined(PLATFORM_WIN32)
|
||||
// TODO: actually perform initialisation
|
||||
void cruft::debug::init (void) { ; }
|
||||
#endif
|
||||
|
||||
#if !defined(PLATFORM_WIN32)
|
||||
void
|
||||
cruft::debug::init [[gnu::constructor]] (void)
|
||||
|
Loading…
Reference in New Issue
Block a user