kernel32: GetProcessDword() is unused so remove it.
We use krnl386.exe16's implementation instead.
This commit is contained in:
parent
a413afa3e5
commit
7bf45b4c35
|
@ -2637,16 +2637,6 @@ DWORD WINAPI GetProcessFlags( DWORD processid )
|
|||
}
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
* GetProcessDword (KERNEL32.18)
|
||||
*/
|
||||
DWORD WINAPI GetProcessDword( DWORD dwProcessID, INT offset )
|
||||
{
|
||||
FIXME( "(%d, %d): not supported\n", dwProcessID, offset );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/*********************************************************************
|
||||
* OpenProcess (KERNEL32.@)
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue