Detlef Riekenberg : msvcr100: Sync exports to msvcr90.
Module: wine Branch: master Commit: 4e1b0da81462c0b31853d8c7e9f67d598ecbe3b7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4e1b0da81462c0b31853d8c7e9... Author: Detlef Riekenberg <wine.dev(a)web.de> Date: Mon Jun 14 14:32:29 2010 +0200 msvcr100: Sync exports to msvcr90. --- dlls/msvcr100/msvcr100.spec | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/msvcr100/msvcr100.spec b/dlls/msvcr100/msvcr100.spec index 44c5b31..0d05c28 100644 --- a/dlls/msvcr100/msvcr100.spec +++ b/dlls/msvcr100/msvcr100.spec @@ -607,7 +607,7 @@ @ stub _fstat32 @ stub _fstat32i64 @ cdecl _fstat64(long ptr) msvcrt._fstat64 -@ stub _fstat64i32 +@ cdecl _fstat64i32(long ptr) msvcr90._fstat64i32 @ stub _ftell_nolock @ stub _ftelli64 @ stub _ftelli64_nolock @@ -1079,7 +1079,7 @@ @ stub _stat32 @ stub _stat32i64 @ cdecl _stat64(str ptr) msvcrt._stat64 -@ stub _stat64i32 +@ cdecl _stat64i32(str ptr) msvcr90._stat64i32 @ cdecl _statusfp() msvcrt._statusfp @ stub _statusfp2 @ stub _strcoll_l
participants (1)
-
Alexandre Julliard