[UXTHEME]

* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61822
This commit is contained in:
Amine Khaldi 2014-01-25 23:07:09 +00:00
parent 9d7f24e068
commit eb50f7b329
3 changed files with 7 additions and 2 deletions

View file

@ -20,6 +20,7 @@
#include "uxthemep.h"
#include <stdio.h>
#include <winreg.h>
#include <uxundoc.h>

View file

@ -19,7 +19,7 @@
*/
#include "uxthemep.h"
#include <winnls.h>
/***********************************************************************
* Defines and global variables
*/

View file

@ -1,10 +1,14 @@
#include <stdio.h>
#include <stdarg.h>
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <wingdi.h>
#include <winuser.h>
#include <winnls.h>
#include <windowsx.h>
#include <undocuser.h>
#include <uxtheme.h>