=?UTF-8?Q?Iv=C3=A1n=20Matellanes=20?=: msvcirt: Implement strstreambuf:: sync.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Sep 18 14:31:17 CDT 2015


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

Author: Iván Matellanes <matellanesivan at gmail.com>
Date:   Thu Sep 17 11:06:52 2015 +0200

msvcirt: Implement strstreambuf::sync.

---

 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 0ea4030..c6e67dc 100644
--- a/dlls/msvcirt/msvcirt.c
+++ b/dlls/msvcirt/msvcirt.c
@@ -1371,8 +1371,8 @@ char* __thiscall strstreambuf_str(strstreambuf *this)
 DEFINE_THISCALL_WRAPPER(strstreambuf_sync, 4)
 int __thiscall strstreambuf_sync(strstreambuf *this)
 {
-    FIXME("(%p) stub\n", this);
-    return EOF;
+    TRACE("(%p)\n", this);
+    return 0;
 }
 
 /* ?underflow at strstreambuf@@UAEHXZ */




More information about the wine-cvs mailing list