diff --git a/e_os.h b/e_os.h index c6c915c9187f8f35cb98a8d987a38e19fd8b862f..eaff717b2b4257dabf97bbee11d503a2dd43fd7a 100644 --- a/e_os.h +++ b/e_os.h @@ -306,7 +306,7 @@ static unsigned int _strlen31(const char *str) # undef isupper # undef isxdigit # endif -# if defined(_MSC_VER) && !defined(_DLL) && defined(stdin) +# if defined(_MSC_VER) && !defined(_WIN32_WCE) && !defined(_DLL) && defined(stdin) # if _MSC_VER>=1300 # undef stdin # undef stdout