Eric Pouech : msvcrt: Added __iob_func implementation.
Module: wine Branch: master Commit: 2353dcf7839360a51acd69ed385f5f84fbd10b5e URL: http://source.winehq.org/git/wine.git/?a=commit;h=2353dcf7839360a51acd69ed38... Author: Eric Pouech <eric.pouech(a)orange.fr> Date: Wed Apr 30 08:37:48 2008 +0200 msvcrt: Added __iob_func implementation. --- dlls/msvcr71/msvcr71.spec | 2 +- dlls/msvcrt/msvcrt.spec | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/dlls/msvcr71/msvcr71.spec b/dlls/msvcr71/msvcr71.spec index e39f0fb..65e1dff 100644 --- a/dlls/msvcr71/msvcr71.spec +++ b/dlls/msvcr71/msvcr71.spec @@ -111,7 +111,7 @@ @ cdecl __fpecode() msvcrt.__fpecode @ cdecl __getmainargs(ptr ptr ptr long ptr) msvcrt.__getmainargs @ extern __initenv msvcrt.__initenv -@ stub __iob_func +@ cdecl __iob_func() msvcrt.__iob_func @ cdecl __isascii(long) msvcrt.__isascii @ cdecl __iscsym(long) msvcrt.__iscsym @ cdecl __iscsymf(long) msvcrt.__iscsymf diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec index c92733d..23b6acd 100644 --- a/dlls/msvcrt/msvcrt.spec +++ b/dlls/msvcrt/msvcrt.spec @@ -97,6 +97,7 @@ @ stub __get_app_type @ cdecl __getmainargs(ptr ptr ptr long ptr) @ extern __initenv MSVCRT___initenv +@ cdecl __iob_func() __p__iob @ cdecl __isascii(long) MSVCRT___isascii @ cdecl __iscsym(long) MSVCRT___iscsym @ cdecl __iscsymf(long) MSVCRT___iscsymf
participants (1)
-
Alexandre Julliard