mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:12:58 +00:00
Revert r23824. This needs to go into the clipboard branch for now.
svn path=/trunk/; revision=23825
This commit is contained in:
parent
0effbf25dc
commit
73120d4d50
2 changed files with 0 additions and 22 deletions
|
@ -3620,11 +3620,4 @@ NtGdiMakeObjectUnXferable(
|
||||||
IN HANDLE h
|
IN HANDLE h
|
||||||
);
|
);
|
||||||
|
|
||||||
W32KAPI
|
|
||||||
DWORD
|
|
||||||
APIENTRY
|
|
||||||
NtGdiGetLayout(
|
|
||||||
IN HDC hdc
|
|
||||||
);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -116,11 +116,6 @@ NtUserDrawMenuBarTemp(
|
||||||
HMENU hMenu,
|
HMENU hMenu,
|
||||||
HFONT hFont);
|
HFONT hFont);
|
||||||
|
|
||||||
UINT
|
|
||||||
NTAPI
|
|
||||||
NtUserEnumClipboardFormats(
|
|
||||||
UINT format);
|
|
||||||
|
|
||||||
UINT
|
UINT
|
||||||
NTAPI
|
NTAPI
|
||||||
NtUserEnableMenuItem(
|
NtUserEnableMenuItem(
|
||||||
|
@ -1451,16 +1446,6 @@ NtUserRegisterHotKey(HWND hWnd,
|
||||||
int id,
|
int id,
|
||||||
UINT fsModifiers,
|
UINT fsModifiers,
|
||||||
UINT vk);
|
UINT vk);
|
||||||
|
|
||||||
UINT
|
|
||||||
NTAPI
|
|
||||||
NtUserRegisterClipboardFormat(
|
|
||||||
PUNICODE_STRING format);
|
|
||||||
|
|
||||||
BOOL
|
|
||||||
NTAPI
|
|
||||||
NtUserGetLastInputInfo(
|
|
||||||
PLASTINPUTINFO plii);
|
|
||||||
|
|
||||||
DWORD
|
DWORD
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue