From 6332ecc1cd66f70bff4b59e732e90ff2989d8788 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sat, 28 Feb 2004 16:54:22 +0000 Subject: [PATCH] - Fixed the MSVCRT compiling error. svn path=/trunk/; revision=8453 --- reactos/lib/msvcrt/msvcrt.def | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/reactos/lib/msvcrt/msvcrt.def b/reactos/lib/msvcrt/msvcrt.def index 79d36d8f0be..314b8dbfb23 100644 --- a/reactos/lib/msvcrt/msvcrt.def +++ b/reactos/lib/msvcrt/msvcrt.def @@ -1,4 +1,4 @@ -; $Id: msvcrt.def,v 1.31 2004/02/27 22:39:37 sedwards Exp $ +; $Id: msvcrt.def,v 1.32 2004/02/28 16:54:22 navaraf Exp $ ; ; ReactOS MSVCRT Compatibility Library ; @@ -119,9 +119,9 @@ __initenv DATA __isascii __iscsym __iscsymf -__lc_codepage +;__lc_codepage __lc_collate_cp -__lc_handle +;__lc_handle ;__lconv_init __mb_cur_max DATA __p___argc @@ -156,14 +156,14 @@ __p__winver __pioinfo ;__pxcptinfoptrs __set_app_type -__setlc_active +;__setlc_active __setusermatherr __threadhandle __threadid __toascii __unDName ;__unDNameEx -__unguarded_readlc_active +;__unguarded_readlc_active ;__wargv __wgetmainargs ;__winitenv