]> granicus.if.org Git - vim/commit
patch 8.0.1791: using uint8_t does not work everywhere v8.0.1791
authorBram Moolenaar <Bram@vim.org>
Sat, 5 May 2018 12:29:06 +0000 (14:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 May 2018 12:29:06 +0000 (14:29 +0200)
commit9894e394b230723abefc05a1c9a336b05a63088b
tree9ccb3287014a974ae857cc0bbe31531a3b99af74
parentc136af29c0b1939076fbae7d36afd90dce740315
patch 8.0.1791: using uint8_t does not work everywhere

Problem:    Using uint8_t does not work everywhere.
Solution:   Use char_u instead.
src/os_win32.c
src/proto/term.pro
src/term.c
src/version.c