Commit 7bf45b4c authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kernel32: GetProcessDword() is unused so remove it.

We use krnl386.exe16's implementation instead.
parent a413afa3
......@@ -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.@)
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment