mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +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,
|
PUNICODE_STRING ClassName,
|
||||||
LPWNDCLASSEXW lpWndClassEx,
|
LPWNDCLASSEXW lpWndClassEx,
|
||||||
LPWSTR *ppszMenuName,
|
LPWSTR *ppszMenuName,
|
||||||
BOOL Ansi);
|
BOOL Ansi)
|
||||||
{
|
{
|
||||||
UNICODE_STRING CapturedClassName;
|
UNICODE_STRING CapturedClassName;
|
||||||
PWINDOWCLASS Class;
|
PWINDOWCLASS Class;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue