Fixed wrong #ifdef in file.d

This commit is contained in:
Juan Jose Garcia Ripoll 2012-01-22 23:28:49 +01:00
parent 533d0c3cd4
commit b541769e77

View file

@ -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