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

svn path=/trunk/; revision=61984
This commit is contained in:
Amine Khaldi 2014-02-04 19:40:45 +00:00
parent b57fa6f0c1
commit 582282ffde
7 changed files with 10 additions and 7 deletions

View file

@ -1,3 +1,5 @@
#pragma once
#if defined(__GNUC__)
#define EXTINLINE extern inline __attribute__((always_inline))
#elif defined(_MSC_VER)

View file

@ -7,6 +7,7 @@
* REVISION HISTORY: 2003/06/16 GvG Created
* NOTES:
*/
#pragma once
/* Built-in class descriptor */

View file

@ -9,9 +9,7 @@
/* INCLUDES ******************************************************************/
/* C Headers */
#include <assert.h>
#include <stdio.h>
#include <math.h>
/* SDK/NDK Headers */
#define _USER32_
@ -22,7 +20,6 @@
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
#include <wincon.h>
#include <wingdi.h>
#include <winreg.h>
#include <winuser.h>
@ -30,13 +27,9 @@
#include <ddeml.h>
#include <dde.h>
#include <windowsx.h>
#include <winnls32.h>
#include <strsafe.h>
#include <ndk/cmfuncs.h>
#include <ndk/kefuncs.h>
#include <ndk/obfuncs.h>
#include <ndk/rtlfuncs.h>
#include <ndk/umfuncs.h>
/* CSRSS Header */
#include <csr/csr.h>

View file

@ -1,3 +1,4 @@
#pragma once
static __inline PVOID
SharedPtrToUser(PVOID Ptr)

View file

@ -1,5 +1,7 @@
#include <user32.h>
#include <ndk/cmfuncs.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(user32);

View file

@ -10,6 +10,8 @@
#include <user32.h>
#include <winnls32.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(user32);

View file

@ -29,6 +29,8 @@
#include <user32.h>
#include <strsafe.h>
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(user32);