mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[User32]
- Fixed export for PrintWindow see bug 5466 and 5609. svn path=/trunk/; revision=49861
This commit is contained in:
@@ -311,7 +311,7 @@ AlignRects(LPRECT rect, DWORD b, DWORD c, DWORD d)
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
LRESULT
|
||||
WINAPI
|
||||
@@ -320,8 +320,9 @@ DefRawInputProc(
|
||||
INT nInput,
|
||||
UINT cbSizeHeader)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return 0;
|
||||
if (cbSizeHeader == sizeof(RAWINPUTHEADER))
|
||||
return S_OK;
|
||||
return 1;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -386,20 +387,6 @@ GetRegisteredRawInputDevices(
|
||||
return 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
BOOL
|
||||
WINAPI
|
||||
PrintWindow(
|
||||
HWND hwnd,
|
||||
HDC hdcBlt,
|
||||
UINT nFlags)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
*/
|
||||
|
||||
@@ -526,7 +526,7 @@
|
||||
@ stdcall PostQuitMessage(long)
|
||||
@ stdcall PostThreadMessageA(long long long long)
|
||||
@ stdcall PostThreadMessageW(long long long long)
|
||||
; @ stub PrintWindow
|
||||
@ stdcall PrintWindow(ptr ptr long) NtUserPrintWindow
|
||||
@ stdcall PrivateExtractIconExA(str long ptr ptr long)
|
||||
@ stdcall PrivateExtractIconExW(wstr long ptr ptr long)
|
||||
@ stdcall PrivateExtractIconsA(str long long long ptr ptr long long)
|
||||
|
||||
Reference in New Issue
Block a user