mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:35:45 +00:00
[COMCTL32] Strip EOL whitespace within ifdef __REACTOS__ section
no functional change.
Make that look beautiful before porting it back further.
Addendum to 0.4.15-dev-534-g 887764e607
(CORE-17062)
This commit is contained in:
parent
d5265b07bb
commit
a3cadf630a
1 changed files with 3 additions and 3 deletions
|
@ -105,9 +105,9 @@ static BOOL get_icon_size( HICON handle, SIZE *size )
|
||||||
size->cy = bmp.bmHeight;
|
size->cy = bmp.bmHeight;
|
||||||
#ifdef __REACTOS__
|
#ifdef __REACTOS__
|
||||||
/*
|
/*
|
||||||
If this structure defines a black and white icon, this bitmask is formatted
|
If this structure defines a black and white icon, this bitmask is formatted
|
||||||
so that the upper half is the icon AND bitmask and the lower half is
|
so that the upper half is the icon AND bitmask and the lower half is
|
||||||
the icon XOR bitmask.
|
the icon XOR bitmask.
|
||||||
*/
|
*/
|
||||||
if (!info.hbmColor)
|
if (!info.hbmColor)
|
||||||
size->cy /= 2;
|
size->cy /= 2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue