From 1c655ae05ab45ca72563a3a216885b94cdb7c677 Mon Sep 17 00:00:00 2001 From: Phillip Susi Date: Thu, 11 Jan 2001 02:38:34 +0000 Subject: [PATCH] Fixed compilation error with symbols _environ/_environ_dll svn path=/trunk/; revision=1501 --- reactos/lib/msvcrt/misc/dllmain.c | 4 ++-- reactos/lib/msvcrt/msvcrt.def | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/lib/msvcrt/misc/dllmain.c b/reactos/lib/msvcrt/misc/dllmain.c index ecd9cb41b11..3a767d6d970 100644 --- a/reactos/lib/msvcrt/misc/dllmain.c +++ b/reactos/lib/msvcrt/misc/dllmain.c @@ -1,11 +1,11 @@ -/* $Id: dllmain.c,v 1.3 2001/01/07 02:58:32 ekohl Exp $ +/* $Id: dllmain.c,v 1.4 2001/01/11 02:38:34 phreak Exp $ * * ReactOS MSVCRT.DLL Compatibility Library */ #include #include - +#include static int nAttachCount = 0; diff --git a/reactos/lib/msvcrt/msvcrt.def b/reactos/lib/msvcrt/msvcrt.def index 80ca1b3d248..edd14be89ac 100644 --- a/reactos/lib/msvcrt/msvcrt.def +++ b/reactos/lib/msvcrt/msvcrt.def @@ -1,4 +1,4 @@ -; $Id: msvcrt.def,v 1.4 2001/01/07 02:58:31 ekohl Exp $ +; $Id: msvcrt.def,v 1.5 2001/01/11 02:38:34 phreak Exp $ ; ; ReactOS MSVCRT Compatibility Library ; @@ -208,7 +208,7 @@ _ctype DATA ; _ecvt _endthread _endthreadex -_environ DATA +_environ_dll DATA ; _eof _errno ; _except_handler2