Module: wine Branch: refs/heads/master Commit: aefdcd13e572f6e49c8e379fae97109d54f7a492 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=aefdcd13e572f6e49c8e379f...
Author: Stefan Leichter Stefan.Leichter@camline.com Date: Sat Aug 5 16:19:05 2006 +0200
msvcrt: Some more exports requested from msvcr80.dll.
---
dlls/msvcrt/msvcrt.spec | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dlls/msvcrt/msvcrt.spec b/dlls/msvcrt/msvcrt.spec index 117014e..83b9580 100644 --- a/dlls/msvcrt/msvcrt.spec +++ b/dlls/msvcrt/msvcrt.spec @@ -90,6 +90,7 @@ # msvcrt.dll - MS VC++ Run Time Library @ cdecl __dllonexit(ptr ptr ptr) @ cdecl __doserrno() MSVCRT___doserrno @ cdecl __fpecode() +@ stub __get_app_type @ cdecl __getmainargs(ptr ptr ptr long ptr) @ extern __initenv MSVCRT___initenv @ cdecl __isascii(long) MSVCRT___isascii @@ -249,6 +250,8 @@ # extern _fileinfo @ cdecl _gcvt(double long str) @ cdecl _get_osfhandle(long) @ cdecl _get_sbh_threshold() +@ stub _get_terminate +@ stub _get_unexpected @ cdecl _getch() @ cdecl _getche() @ cdecl _getcwd(str long)