add UBFIX define

This commit is contained in:
Kurausukun
2026-04-29 12:26:18 -04:00
parent 808ad38ebe
commit 2fffa96dec
3 changed files with 13 additions and 7 deletions

View File

@@ -60,8 +60,14 @@ static inline bool8 AreStringsDifferent(const u8 *str1, const u8 *str2)
return strcmp(str1, str2) != 0;
}
#ifdef BUGFIX
#ifndef UBFIX
#define UBFIX
#endif
#endif
#ifdef MODERN
#define BUGFIX
#define UBFIX
#define NONMATCHING
#include "mini_printf.h"