Windows: Add has('win32'). #3223

References #810
This commit is contained in:
Rui Abreu Ferreira 2015-05-12 14:59:13 +01:00 committed by Justin M. Keyes
parent be29de1fa2
commit 5090d94699

View File

@ -10005,6 +10005,9 @@ static void f_has(typval_T *argvars, typval_T *rettv)
#ifdef UNIX #ifdef UNIX
"unix", "unix",
#endif #endif
#if defined(WIN32)
"win32",
#endif
#if defined(WIN64) || defined(_WIN64) #if defined(WIN64) || defined(_WIN64)
"win64", "win64",
#endif #endif