On March 29, 2002 01:01 pm, Andreas Mohr wrote:
Hi all,
- add verbose messages for "no serial support" issues
- minor fixes
ERR("no OS support for CLRRTS !\n");
ERR("no OS support for CLRDTR !\n");
...
ERR("no OS support for SETDTR !\n");
^^^ These should be a MESSAGE (as it's intended as info for the user), or a WARN (resource problem), but not an ERR which should signal an internal Wine problem.