mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[NTUSER] Add Win: comments to window.c
CORE-18173
This commit is contained in:
parent
03422451b3
commit
bbc9a877cc
1 changed files with 2 additions and 0 deletions
|
@ -1355,6 +1355,7 @@ IntUnlinkWindow(PWND Wnd)
|
|||
Wnd->spwndPrev = Wnd->spwndNext = NULL;
|
||||
}
|
||||
|
||||
// Win: ExpandWindowList
|
||||
BOOL FASTCALL IntGrowHwndList(PWINDOWLIST *ppwl)
|
||||
{
|
||||
PWINDOWLIST pwlOld, pwlNew;
|
||||
|
@ -1375,6 +1376,7 @@ BOOL FASTCALL IntGrowHwndList(PWINDOWLIST *ppwl)
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
// Win: InternalBuildHwndList
|
||||
PWINDOWLIST FASTCALL IntPopulateHwndList(PWINDOWLIST pwl, PWND pwnd, DWORD dwFlags)
|
||||
{
|
||||
ASSERT(!WL_IS_BAD(pwl));
|
||||
|
|
Loading…
Reference in a new issue