mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Fixed the MSVCRT compiling error.
svn path=/trunk/; revision=8453
This commit is contained in:
parent
c3d638c3a8
commit
6332ecc1cd
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue