Fixed compilation error with symbols _environ/_environ_dll

svn path=/trunk/; revision=1501
This commit is contained in:
Phillip Susi 2001-01-11 02:38:34 +00:00
parent 1688a8d7c5
commit 1c655ae05a
2 changed files with 4 additions and 4 deletions

View file

@ -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 * ReactOS MSVCRT.DLL Compatibility Library
*/ */
#include <windows.h> #include <windows.h>
#include <msvcrt/internal/tls.h> #include <msvcrt/internal/tls.h>
#include <msvcrt/stdlib.h>
static int nAttachCount = 0; static int nAttachCount = 0;

View file

@ -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 ; ReactOS MSVCRT Compatibility Library
; ;
@ -208,7 +208,7 @@ _ctype DATA
; _ecvt ; _ecvt
_endthread _endthread
_endthreadex _endthreadex
_environ DATA _environ_dll DATA
; _eof ; _eof
_errno _errno
; _except_handler2 ; _except_handler2