comparison libmlk-ui/mlk/ui/debug.c @ 571:cba66f7d8a53

misc: various windows fixes
author David Demelier <markand@malikania.fr>
date Thu, 09 Mar 2023 22:33:46 +0100
parents 6e8f6640e05b
children c027304ced27
comparison
equal deleted inserted replaced
570:aaf518c87628 571:cba66f7d8a53
26 #include "ui.h" 26 #include "ui.h"
27 27
28 struct mlk_debug_options mlk_debug_options = { 28 struct mlk_debug_options mlk_debug_options = {
29 #if !defined(NDEBUG) 29 #if !defined(NDEBUG)
30 .enable = 1 30 .enable = 1
31 #else
32 .enable = 0
31 #endif 33 #endif
32 }; 34 };
33 35
34 void 36 void
35 mlk_debugf(struct mlk_debug_report *report, const char *fmt, ...) 37 mlk_debugf(struct mlk_debug_report *report, const char *fmt, ...)