mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[COMCTL32] -Add a comment to clarify that there is no need to backport the #ifdef _USER32_ defines back to user32 (although they will work fine in user32).
svn path=/trunk/; revision=73872
This commit is contained in:
parent
0f1de17bcc
commit
5c77ae15e6
1 changed files with 1 additions and 0 deletions
|
@ -135,6 +135,7 @@ static const pfPaint btnPaintFunc[MAX_BTN_TYPE] =
|
|||
OB_Paint /* BS_OWNERDRAW */
|
||||
};
|
||||
|
||||
/* The original code from user32 was kept in order to make it easier to bring changes from user32 */
|
||||
#ifdef _USER32_
|
||||
/*********************************************************************
|
||||
* button class descriptor
|
||||
|
|
Loading…
Reference in a new issue