From 5c77ae15e659d0a94dd9e90f7723bc7fda261d96 Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Tue, 21 Feb 2017 21:07:06 +0000 Subject: [PATCH] [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 --- reactos/dll/win32/comctl32/button.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/dll/win32/comctl32/button.c b/reactos/dll/win32/comctl32/button.c index 2a4eda40b85..de7004d6dfd 100644 --- a/reactos/dll/win32/comctl32/button.c +++ b/reactos/dll/win32/comctl32/button.c @@ -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