mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 13:39:43 +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,
|
HINSTANCE hInstance,
|
||||||
LPVOID lpParam,
|
LPVOID lpParam,
|
||||||
DWORD dwFlags,
|
DWORD dwFlags,
|
||||||
BOOL InfoActive);
|
PVOID acbiBuffer);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
HWINSTA
|
HWINSTA
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue