2002-09-30 Casper S. Hornstrup <chorns@users.sourceforge.net>

* ntoskrnl/cc/view.c (alloca): Prototype.
	* ntoskrnl/rtl/ctype.c: Undefine __MSVCRT__ to not have mingw runtime
	import _pctype.

svn path=/trunk/; revision=3582
This commit is contained in:
Casper Hornstrup 2002-09-30 20:55:33 +00:00
parent 80d9dd3cc3
commit f5eae01623
3 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2002-09-30 Casper S. Hornstrup <chorns@users.sourceforge.net>
* ntoskrnl/cc/view.c (alloca): Prototype.
* ntoskrnl/rtl/ctype.c: Undefine __MSVCRT__ to not have mingw runtime
import _pctype.
2002-08-26 David Welch <welch@computer2.darkstar.org>
* lib/gdi32/misc/dllmain.c (GdiDllInitialize): Don't initialize

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: view.c,v 1.50 2002/09/15 10:45:00 guido Exp $
/* $Id: view.c,v 1.51 2002/09/30 20:55:33 chorns Exp $
*
* PROJECT: ReactOS kernel
* FILE: ntoskrnl/cc/view.c
@ -75,6 +75,8 @@ static LIST_ENTRY CacheSegmentLRUListHead;
static FAST_MUTEX ViewLock;
void * alloca(size_t size);
NTSTATUS STDCALL
CcRosInternalFreeCacheSegment(PBCB Bcb, PCACHE_SEGMENT CacheSeg);

View file

@ -1,4 +1,4 @@
/* $Id: ctype.c,v 1.10 2002/09/08 10:23:41 chorns Exp $
/* $Id: ctype.c,v 1.11 2002/09/30 20:55:33 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -10,7 +10,7 @@
* 10/01/2000: Added missing functions and changed
* all functions to use ctype table
*/
#undef __MSVCRT__
#include <ctype.h>
#undef _pctype