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:
Jérôme Gardou 2010-07-15 19:19:48 +00:00
parent 060168268f
commit af95756f02
2 changed files with 2 additions and 2 deletions

View file

@ -354,7 +354,7 @@ DECLARE_INTERFACE_(IIrpQueue, IUnknown)
STDMETHOD_(BOOLEAN, GetAcquiredTagRange)(THIS_
IN PVOID * FirstTag,
IN PVOID * LastTag);
IN PVOID * LastTag) PURE;
};

View file

@ -1390,7 +1390,7 @@ UserDrawIconEx(
IconSize.cy,
SRCCOPY,
0,
hdcMask,
bAlpha ? 0 : hdcMask,
0,
hdcImage ? 0 : IconSize.cy);
}