Revert last change

svn path=/trunk/; revision=3104
This commit is contained in:
Casper Hornstrup 2002-06-16 17:25:58 +00:00
parent 1a1942d5c0
commit 7c5d3bb9ef

View file

@ -1,4 +1,4 @@
/* $Id: ctype.c,v 1.6 2002/06/16 16:27:22 chorns Exp $
/* $Id: ctype.c,v 1.7 2002/06/16 17:25:58 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -11,10 +11,8 @@
* all functions to use ctype table
*/
#define _CRT_
#include <ctype.h>
#undef _pctype
#define upalpha ('A' - 'a')