mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 03:24:45 +00:00
[WIN32k:includes] Whitespace fixes.
svn path=/trunk/; revision=66194
This commit is contained in:
parent
880a4bf3de
commit
159c00fe95
2 changed files with 192 additions and 192 deletions
|
@ -2514,10 +2514,10 @@ NtUserLockWorkStation(VOID);
|
||||||
|
|
||||||
UINT
|
UINT
|
||||||
NTAPI
|
NTAPI
|
||||||
NtUserMapVirtualKeyEx( UINT keyCode,
|
NtUserMapVirtualKeyEx(UINT keyCode,
|
||||||
UINT transType,
|
UINT transType,
|
||||||
DWORD keyboardId,
|
DWORD keyboardId,
|
||||||
HKL dwhkl );
|
HKL dwhkl);
|
||||||
|
|
||||||
typedef struct tagDOSENDMESSAGE
|
typedef struct tagDOSENDMESSAGE
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue