このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
cacalabs
/
libcaca
ミラー元
https://github.com/cacalabs/libcaca.git
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
7
Wiki
アクティビティ
ソースを参照
win32: use ANSI calls explicitly
If the environment forces the UNICODE define it will use the wrong call.
pull/75/head
Steve Lhomme
2年前
親
ceed13243b
コミット
3b4670c82c
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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);
SetConsoleTitle
A
(title);
return 0;
}
書き込み
プレビュー
読み込み中…
キャンセル
保存