2002-10-01 Casper S. Hornstrup <chorns@users.sourceforge.net>

* lib/ntdll/string/ctype.c: Undefine __MSVCRT__ to not have mingw
	runtime import _pctype.

svn path=/trunk/; revision=3593
This commit is contained in:
Casper Hornstrup 2002-10-01 18:57:23 +00:00
parent 768a5a2297
commit e10af6e59e
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2002-10-01 Casper S. Hornstrup <chorns@users.sourceforge.net>
* lib/ntdll/string/ctype.c: Undefine __MSVCRT__ to not have mingw
runtime import _pctype.
2002-09-30 Casper S. Hornstrup <chorns@users.sourceforge.net>
* lib/user32/misc/desktop.c (string.h): Include.

View file

@ -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 <ctype.h>
#undef _pctype