mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +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;
|
||||
#ifdef __REACTOS__
|
||||
/*
|
||||
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
|
||||
the icon XOR bitmask.
|
||||
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
|
||||
the icon XOR bitmask.
|
||||
*/
|
||||
if (!info.hbmColor)
|
||||
size->cy /= 2;
|
||||
|
|
Loading…
Reference in a new issue