[NTUSER] Add 'Win:' comment to IntDeferWindowPos

CORE-11700
This commit is contained in:
Katayama Hirofumi MZ 2023-02-14 10:39:26 +09:00
parent 9140300c2a
commit 798d0352a0

View file

@ -3010,6 +3010,7 @@ IntChildWindowFromPointEx(PWND Parent, LONG x, LONG y, UINT uiFlags)
return pwndHit ? pwndHit : Parent;
}
/* Win: _DeferWindowPos(PSMWP, PWND, PWND, ...) */
HDWP
FASTCALL
IntDeferWindowPos( HDWP hdwp,