Commit c53def75 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Added (empty) stub for OpenVxDHandle.

parent b94ac22f
......@@ -562,7 +562,7 @@ init MAIN_KernelInit
544 stub OpenProfileUserMapping
545 stdcall OpenSemaphoreA(long long str) OpenSemaphoreA
546 stdcall OpenSemaphoreW(long long wstr) OpenSemaphoreW
547 stub OpenVxDHandle
547 stdcall OpenVxDHandle(long) OpenVxDHandle
548 stdcall OutputDebugStringA(str) OutputDebugStringA
549 stdcall OutputDebugStringW(wstr) OutputDebugStringW
550 stdcall PeekConsoleInputA(ptr ptr long ptr) PeekConsoleInputA
......
......@@ -932,3 +932,9 @@ static BOOL DeviceIo_MONODEBG(DWORD dwIoControlCode,
}
return TRUE;
}
DWORD WINAPI OpenVxDHandle(DWORD pmt)
{
FIXME(win32, "(0x%08lx) stub!\n", pmt);
return 0;
}
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