mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
patch by Michael Fritscher to get Mspaint closer to working
svn path=/trunk/; revision=8351
This commit is contained in:
parent
5299e2afd5
commit
e7282af976
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
; $Id: msvcrt.def,v 1.29 2004/01/01 17:08:38 sedwards Exp $
|
||||
; $Id: msvcrt.def,v 1.30 2004/02/24 15:42:06 vizzini Exp $
|
||||
;
|
||||
; ReactOS MSVCRT Compatibility Library
|
||||
;
|
||||
|
@ -126,9 +126,9 @@ __iscsymf
|
|||
__mb_cur_max DATA
|
||||
__p___argc
|
||||
__p___argv
|
||||
__p___wargv
|
||||
__p___initenv
|
||||
__p___mb_cur_max
|
||||
;__p___wargv
|
||||
;__p___winitenv
|
||||
__p__acmdln
|
||||
;__p__amblksiz
|
||||
|
|
Loading…
Reference in a new issue