comparison src/os_win32.h @ 26771:fc859aea8cec v8.2.3914

patch 8.2.3914: various spelling mistakes in comments Commit: https://github.com/vim/vim/commit/af4a61a85d6e8cacc35324f266934bc463a21673 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Mon Dec 27 17:21:41 2021 +0000 patch 8.2.3914: various spelling mistakes in comments Problem: Various spelling mistakes in comments. Solution: Fix the mistakes. (Dominique Pell?, closes https://github.com/vim/vim/issues/9416)
author Bram Moolenaar <Bram@vim.org>
date Mon, 27 Dec 2021 18:30:05 +0100
parents 1cae476a7c82
children b4d92a69035b
comparison
equal deleted inserted replaced
26770:15ff3f2e0d58 26771:fc859aea8cec
69 #define HAVE_TOTAL_MEM 69 #define HAVE_TOTAL_MEM
70 70
71 #define HAVE_PUTENV // at least Bcc 5.2 and MSC have it 71 #define HAVE_PUTENV // at least Bcc 5.2 and MSC have it
72 72
73 #if defined(FEAT_GUI_MSWIN) && !defined(VIMDLL) 73 #if defined(FEAT_GUI_MSWIN) && !defined(VIMDLL)
74 # define NO_CONSOLE // don't included console-only code 74 # define NO_CONSOLE // don't include console-only code
75 #endif 75 #endif
76 76
77 // toupper() is not really broken, but it's very slow. Probably because of 77 // toupper() is not really broken, but it's very slow. Probably because of
78 // using Unicode characters on Windows NT 78 // using Unicode characters on Windows NT
79 #define BROKEN_TOUPPER 79 #define BROKEN_TOUPPER