1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Rebuild with updated MinGW32.

This commit is contained in:
2017-05-17 07:49:03 +08:00
parent 4873021e37
commit df0d663b35
3 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ void ttopen( void) {
void ttclose( void) {
}
int ttputc( int c) {
int ttputc( unicode_t c) {
char utf8[ 6] ;
int bytes ;