mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
[MSVCRT20]
Fix _getmainargs params in spec file svn path=/trunk/; revision=44606
This commit is contained in:
parent
6bba9dc9a1
commit
c5916ca7c4
1 changed files with 1 additions and 1 deletions
|
@ -464,7 +464,7 @@
|
||||||
@ cdecl __dllonexit(ptr ptr ptr) msvcrt.__dllonexit
|
@ cdecl __dllonexit(ptr ptr ptr) msvcrt.__dllonexit
|
||||||
@ cdecl __doserrno() msvcrt.__doserrno
|
@ cdecl __doserrno() msvcrt.__doserrno
|
||||||
@ cdecl __fpecode() msvcrt.__fpecode
|
@ cdecl __fpecode() msvcrt.__fpecode
|
||||||
@ cdecl __getmainargs(ptr ptr ptr long long) MSVCRT20__getmainargs
|
@ cdecl __getmainargs(ptr ptr ptr long ptr) MSVCRT20__getmainargs
|
||||||
@ extern __initenv msvcrt.__initenv
|
@ extern __initenv msvcrt.__initenv
|
||||||
@ cdecl __isascii(long) msvcrt.__isascii
|
@ cdecl __isascii(long) msvcrt.__isascii
|
||||||
@ cdecl __iscsym(long) msvcrt.__iscsym
|
@ cdecl __iscsym(long) msvcrt.__iscsym
|
||||||
|
|
Loading…
Reference in a new issue