diff --git a/reactos/ChangeLog b/reactos/ChangeLog index 5952a326c99..3d0c95e1693 100644 --- a/reactos/ChangeLog +++ b/reactos/ChangeLog @@ -1,3 +1,8 @@ +2002-10-01 Casper S. Hornstrup + + * lib/ntdll/string/ctype.c: Undefine __MSVCRT__ to not have mingw + runtime import _pctype. + 2002-09-30 Casper S. Hornstrup * lib/user32/misc/desktop.c (string.h): Include. diff --git a/reactos/lib/ntdll/string/ctype.c b/reactos/lib/ntdll/string/ctype.c index 91eaa19e1c9..ab34358276f 100644 --- a/reactos/lib/ntdll/string/ctype.c +++ b/reactos/lib/ntdll/string/ctype.c @@ -1,4 +1,4 @@ -/* $Id: ctype.c,v 1.10 2002/09/08 10:23:07 chorns Exp $ +/* $Id: ctype.c,v 1.11 2002/10/01 18:57:23 chorns Exp $ * * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS kernel @@ -10,7 +10,7 @@ * 29/12/1999: Added missing functions and changed * all functions to use ctype table */ - +#undef __MSVCRT__ #include #undef _pctype