mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[NTUSER] Add 'Win:' comment to IntDeferWindowPos
CORE-11700
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user