=?UTF-8?Q?Iv=C3=A1n=20Matellanes=20?=: msvcirt: Implement stdiobuf:: stdiofile.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Oct 7 10:00:47 CDT 2015


Module: wine
Branch: master
Commit: c5480a881039927a2571e9db578413d339fc23bb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c5480a881039927a2571e9db578413d339fc23bb

Author: Iván Matellanes <matellanesivan at gmail.com>
Date:   Fri Oct  2 15:03:24 2015 +0200

msvcirt: Implement stdiobuf::stdiofile.

Signed-off-by: Iván Matellanes <matellanesivan at gmail.com>
Signed-off-by: Piotr Caban <piotr at codeweavers.com>

---

 dlls/msvcirt/msvcirt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msvcirt/msvcirt.c b/dlls/msvcirt/msvcirt.c
index 602ab77..1d915fa 100644
--- a/dlls/msvcirt/msvcirt.c
+++ b/dlls/msvcirt/msvcirt.c
@@ -1589,8 +1589,8 @@ int __thiscall stdiobuf_setrwbuf(stdiobuf *this, int read_size, int write_size)
 DEFINE_THISCALL_WRAPPER(stdiobuf_stdiofile, 4)
 FILE* __thiscall stdiobuf_stdiofile(stdiobuf *this)
 {
-    FIXME("(%p) stub\n", this);
-    return NULL;
+    TRACE("(%p)\n", this);
+    return this->file;
 }
 
 /* ?sync at stdiobuf@@UAEHXZ */




More information about the wine-cvs mailing list