[Bug 19966] Inplement HalGetBusDataByOffset to do the same as HalGetBusData

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 7 03:58:56 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=19966





--- Comment #4 from red-ray <ray at pobox.co.uk>  2009-09-07 03:58:55 ---
(In reply to comment #1)
> Invalid. Don not report bugs for "implement this or that". Show the problem in
> an application.

I did what the problem in my application.  I included the appropiate section of
the Wine log.  Here is the code tofix this as well.

ULONG WINAPI HalGetBusDataByOffset(BUS_DATA_TYPE BusDataType, ULONG BusNumber,
ULONG SlotNumber, PVOID Buffer, ULONG Offset, ULONG Length)
{
    FIXME("(%u %u %u %p %u %u) stub!\n", BusDataType, BusNumber, SlotNumber,
Buffer, Offset, Length);
    /* Claim that there is no such bus */
    return 0;
}

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list