Commit aefdcd13 authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

msvcrt: Some more exports requested from msvcr80.dll.

parent e9106273
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
@ cdecl __dllonexit(ptr ptr ptr) @ cdecl __dllonexit(ptr ptr ptr)
@ cdecl __doserrno() MSVCRT___doserrno @ cdecl __doserrno() MSVCRT___doserrno
@ cdecl __fpecode() @ cdecl __fpecode()
@ stub __get_app_type
@ cdecl __getmainargs(ptr ptr ptr long ptr) @ cdecl __getmainargs(ptr ptr ptr long ptr)
@ extern __initenv MSVCRT___initenv @ extern __initenv MSVCRT___initenv
@ cdecl __isascii(long) MSVCRT___isascii @ cdecl __isascii(long) MSVCRT___isascii
...@@ -249,6 +250,8 @@ ...@@ -249,6 +250,8 @@
@ cdecl _gcvt(double long str) @ cdecl _gcvt(double long str)
@ cdecl _get_osfhandle(long) @ cdecl _get_osfhandle(long)
@ cdecl _get_sbh_threshold() @ cdecl _get_sbh_threshold()
@ stub _get_terminate
@ stub _get_unexpected
@ cdecl _getch() @ cdecl _getch()
@ cdecl _getche() @ cdecl _getche()
@ cdecl _getcwd(str long) @ cdecl _getcwd(str long)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment