mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Stub __badioinfo
svn path=/trunk/; revision=9397
This commit is contained in:
parent
4e81b67c89
commit
d1d7eaa06b
3 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.42 2004/01/01 17:08:38 sedwards Exp $
|
||||
# $Id: Makefile,v 1.43 2004/05/15 12:55:47 jfilby Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
|
@ -152,6 +152,7 @@ IO_OBJECTS = \
|
|||
io/read.o \
|
||||
io/setmode.o \
|
||||
io/sopen.o \
|
||||
io/stubs.o \
|
||||
io/tell.o \
|
||||
io/telli64.o \
|
||||
io/umask.o \
|
||||
|
|
1
reactos/lib/msvcrt/io/stubs.c
Normal file
1
reactos/lib/msvcrt/io/stubs.c
Normal file
|
@ -0,0 +1 @@
|
|||
void *__badioinfo;
|
|
@ -1,4 +1,4 @@
|
|||
; $Id: msvcrt.def,v 1.34 2004/04/08 17:53:30 gvg Exp $
|
||||
; $Id: msvcrt.def,v 1.35 2004/05/15 12:55:47 jfilby Exp $
|
||||
;
|
||||
; ReactOS MSVCRT Compatibility Library
|
||||
;
|
||||
|
@ -107,7 +107,7 @@ __RTtypeid=MSVCRT___RTtypeid
|
|||
;__STRINGTOLD
|
||||
__argc DATA
|
||||
__argv DATA
|
||||
;__badioinfo
|
||||
__badioinfo DATA
|
||||
__crtCompareStringA ;=NTDLL.RtlCompareString
|
||||
;__crtGetLocaleInfoW
|
||||
__crtLCMapStringA
|
||||
|
|
Loading…
Reference in a new issue