mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +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
reactos/win32ss/include
|
@ -2514,10 +2514,10 @@ NtUserLockWorkStation(VOID);
|
|||
|
||||
UINT
|
||||
NTAPI
|
||||
NtUserMapVirtualKeyEx( UINT keyCode,
|
||||
NtUserMapVirtualKeyEx(UINT keyCode,
|
||||
UINT transType,
|
||||
DWORD keyboardId,
|
||||
HKL dwhkl );
|
||||
HKL dwhkl);
|
||||
|
||||
typedef struct tagDOSENDMESSAGE
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue