Fix mingw utf8->cp850 support

This commit is contained in:
Philippe Teuwen 2019-08-28 00:03:27 +02:00
commit 254beefda2
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
static void showBanner(void) {
PrintAndLogEx(NORMAL, "\n");
#if defined(__linux__) || (__APPLE__)
#if defined(__linux__) || (__APPLE__) || (_WIN32)
PrintAndLogEx(NORMAL, _BLUE_("██████╗ ███╗ ███╗ ████╗ ") " ...iceman fork");
PrintAndLogEx(NORMAL, _BLUE_("██╔══██╗████╗ ████║ ══█║") " ...dedicated to " _BLUE_("RDV40"));
PrintAndLogEx(NORMAL, _BLUE_("██████╔╝██╔████╔██║ ████╔╝"));