Module: wine Branch: master Commit: 7d6e28c3bbc612ef2f7d2e70ab8fd4b273ea4be1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7d6e28c3bbc612ef2f7d2e70ab...
Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Mon May 12 09:56:30 2008 -0700
quartz: Silence a fixme.
---
dlls/quartz/acmwrapper.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/dlls/quartz/acmwrapper.c b/dlls/quartz/acmwrapper.c index 60b8fd1..d877930 100644 --- a/dlls/quartz/acmwrapper.c +++ b/dlls/quartz/acmwrapper.c @@ -210,9 +210,6 @@ error: This->lasttime_real = tStop; This->lasttime_sent = tMed;
- if (hr != S_OK) - FIXME("FATALITY: %08x\n", hr); - return hr; }