• R/O
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisión4 (tree)
Tiempo2022-05-18 23:54:37
Autorzmatsuo

Log Message

CALLBACK 抜け

Cambiar Resumen

Diferencia incremental

--- teraterm/teraterm/coding_pp.cpp (revision 3)
+++ teraterm/teraterm/coding_pp.cpp (revision 4)
@@ -285,7 +285,7 @@
285285 return FALSE;
286286 }
287287
288-static UINT CallBack(HWND hwnd, UINT uMsg, struct _PROPSHEETPAGEW *ppsp)
288+static UINT CALLBACK CallBack(HWND hwnd, UINT uMsg, struct _PROPSHEETPAGEW *ppsp)
289289 {
290290 (void)hwnd;
291291 UINT ret_val = 0;