mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-04-22 09:40:38 -07:00
Fixed wrong #ifdef in file.d
This commit is contained in:
parent
533d0c3cd4
commit
b541769e77
1 changed files with 1 additions and 1 deletions
|
|
@ -2546,7 +2546,7 @@ cl_synonym_stream_symbol(cl_object strm)
|
|||
* UNINTERRUPTED OPERATIONS
|
||||
*/
|
||||
|
||||
#ifdef ECL_WINDOWS_HOST
|
||||
#ifdef ECL_MS_WINDOWS_HOST
|
||||
#define ecl_mode_t int
|
||||
#else
|
||||
#define ecl_mode_t mode_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue