[Bug 9484] ProtectDISC 6.x: media validation fails (Mathetrainer 5)

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Aug 7 19:03:22 CDT 2014


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

hanska2 at luukku.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hanska2 at luukku.com

--- Comment #62 from hanska2 at luukku.com ---
stubs:

KeSetAffinityThread
IoGetAttachedDevice
IoBuildSynchronousFsdRequest

1578 /***********************************************************************
1579 * MmUnmapIoSpace (NTOSKRNL.EXE.@)
1580 */
1581 VOID WINAPI MmUnmapIoSpace( PVOID BaseAddress, SIZE_T NumberOfBytes )
1582 {
1583 FIXME( "stub: %p, %lu\n", BaseAddress, NumberOfBytes );
1584 }

454 VOID WINAPI IoFreeMdl(PMDL mdl)
455 {
456 FIXME("partial stub: %p\n", mdl);
457
458 HeapFree(GetProcessHeap(), 0, mdl);
459 }

@ stub ExQueueWorkItem

I didnt even look at those all which were listed. So much code is still
missing.

wine 1.7.23

-- 
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