mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[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:
parent
9d7f24e068
commit
eb50f7b329
3 changed files with 7 additions and 2 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include "uxthemep.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <winreg.h>
|
||||
#include <uxundoc.h>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
*/
|
||||
|
||||
#include "uxthemep.h"
|
||||
#include <winnls.h>
|
||||
|
||||
/***********************************************************************
|
||||
* Defines and global variables
|
||||
*/
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue