mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Fixed compilation error.
svn path=/trunk/; revision=2518
This commit is contained in:
parent
b438e48231
commit
550ffd05d5
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
#ifndef __WIN32K_NTUSER_H
|
||||
#define __WIN32K_NTUSER_H
|
||||
|
||||
NTSTATUS
|
||||
STDCALL
|
||||
NtUserAcquireOrReleaseInputOwnership(
|
||||
BOOLEAN Release);
|
||||
|
||||
DWORD
|
||||
STDCALL
|
||||
NtUserActivateKeyboardLayout(
|
||||
|
|
Loading…
Reference in a new issue