mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
- Correct wrong ID'ed type, it is an activation context basic information buffer.
svn path=/trunk/; revision=36878
This commit is contained in:
parent
ca19f82e42
commit
c33db42905
1 changed files with 1 additions and 1 deletions
|
@ -1078,7 +1078,7 @@ NtUserCreateWindowEx(
|
|||
HINSTANCE hInstance,
|
||||
LPVOID lpParam,
|
||||
DWORD dwFlags,
|
||||
BOOL InfoActive);
|
||||
PVOID acbiBuffer);
|
||||
#endif
|
||||
|
||||
HWINSTA
|
||||
|
|
Loading…
Reference in a new issue