mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:35:59 +00:00
Merge 48064 from yarotows
This had nothing to do in yarotows in the first place svn path=/trunk/; revision=48065
This commit is contained in:
parent
060168268f
commit
af95756f02
2 changed files with 2 additions and 2 deletions
|
@ -354,7 +354,7 @@ DECLARE_INTERFACE_(IIrpQueue, IUnknown)
|
|||
|
||||
STDMETHOD_(BOOLEAN, GetAcquiredTagRange)(THIS_
|
||||
IN PVOID * FirstTag,
|
||||
IN PVOID * LastTag);
|
||||
IN PVOID * LastTag) PURE;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
@ -1390,7 +1390,7 @@ UserDrawIconEx(
|
|||
IconSize.cy,
|
||||
SRCCOPY,
|
||||
0,
|
||||
hdcMask,
|
||||
bAlpha ? 0 : hdcMask,
|
||||
0,
|
||||
hdcImage ? 0 : IconSize.cy);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue