mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
Always define the WINDOWS feature in windows (both mingw32 and MSVC)
This commit is contained in:
parent
b534a507d8
commit
e45c976cf3
1 changed files with 3 additions and 0 deletions
|
|
@ -143,6 +143,9 @@ static const char *feature_names[] = {
|
|||
#ifdef _MSC_VER
|
||||
"MSVC",
|
||||
#endif
|
||||
#if defined(_MSC_VER) || defined(mingw32)
|
||||
"WINDOWS",
|
||||
#endif
|
||||
#ifdef ECL_CMU_FORMAT
|
||||
"CMU-FORMAT",
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue