mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user