mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
fix typo
svn path=/trunk/; revision=32012
This commit is contained in:
parent
94fc5d3927
commit
499a6cf3db
1 changed files with 1 additions and 1 deletions
|
@ -2159,7 +2159,7 @@ NtUserGetClassInfo(
|
|||
PUNICODE_STRING ClassName,
|
||||
LPWNDCLASSEXW lpWndClassEx,
|
||||
LPWSTR *ppszMenuName,
|
||||
BOOL Ansi);
|
||||
BOOL Ansi)
|
||||
{
|
||||
UNICODE_STRING CapturedClassName;
|
||||
PWINDOWCLASS Class;
|
||||
|
|
Loading…
Reference in a new issue