Author: gadamopoulos Date: Tue Feb 21 21:07:06 2017 New Revision: 73872
URL: http://svn.reactos.org/svn/reactos?rev=73872&view=rev Log: [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).
Modified: trunk/reactos/dll/win32/comctl32/button.c
Modified: trunk/reactos/dll/win32/comctl32/button.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/comctl32/button.c... ============================================================================== --- trunk/reactos/dll/win32/comctl32/button.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/comctl32/button.c [iso-8859-1] Tue Feb 21 21:07:06 2017 @@ -135,6 +135,7 @@ 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