Hi Pals, The commit 86e45139698fe773ffb4efbe59387f90201b80c8 have a compile error on Cygwin, The resetstkoflw was declared with ˇ°#ifndef CYGWINˇ± in src/w32fns.c, reset in line 9938 without same condition. @@ -9927,6 +9935,8 @@ globals_of_w32fns (void) after_deadkey = -1; + resetstkoflw = NULL; + /* MessageBox does not work without this when linked to comctl32.dll 6.0. */ InitCommonControls (); Please fix this, thank you. Best Regards Lin Sun