2002-10-01 Casper S. Hornstrup <[email protected]>

* 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
+5
View File
@@ -1,3 +1,8 @@
2002-10-01 Casper S. Hornstrup <[email protected]>
* lib/ntdll/string/ctype.c: Undefine __MSVCRT__ to not have mingw
runtime import _pctype.
2002-09-30 Casper S. Hornstrup <[email protected]>
* lib/user32/misc/desktop.c (string.h): Include.
+2 -2
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