0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 8.2.0047: cannot skip tests for specific MS-Windows platform

Problem:    Cannot skip tests for specific MS-Windows platform.
Solution:   Add windowsversion().
This commit is contained in:
Bram Moolenaar
2019-12-27 13:49:24 +01:00
parent 5666fcd0bd
commit 0c1e3744ff
7 changed files with 39 additions and 6 deletions

View File

@@ -1724,6 +1724,9 @@ EXTERN int did_echo_string_emsg INIT(= FALSE);
// Used for checking if local variables or arguments used in a lambda.
EXTERN int *eval_lavars_used INIT(= NULL);
// Only filled for Win32.
EXTERN char windowsVersion[20] INIT(= {0});
#endif
#ifdef MSWIN