http://bugs.winehq.org/show_bug.cgi?id=9484
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #62 from hanska2@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