Преглед изворни кода

win32: use ANSI calls explicitly

If the environment forces the UNICODE define it will use the wrong call.
pull/75/head
Steve Lhomme пре 2 година
родитељ
комит
3b4670c82c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      caca/driver/win32.c

+ 1
- 1
caca/driver/win32.c Прегледај датотеку

@@ -196,7 +196,7 @@ static int win32_end_graphics(caca_display_t *dp)

static int win32_set_display_title(caca_display_t *dp, char const *title)
{
SetConsoleTitle(title);
SetConsoleTitleA(title);
return 0;
}



Loading…
Откажи
Сачувај