[USER32] Add wine/debug.h to the PCH and remove an unneeded wine/unicode.h inclusion.

This commit is contained in:
Amine Khaldi 2017-12-23 23:42:40 +01:00
parent 17b691f5a9
commit 3d93998d6e
45 changed files with 5 additions and 136 deletions

View file

@ -19,11 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/* INCLUDES *******************************************************************/
#include <user32.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(user32);
#define HASSIZEGRIP(Style, ExStyle, ParentStyle, WindowRect, ParentClientRect) \