* 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
+#pragma once
+
#if defined(__GNUC__)
#define EXTINLINE extern inline __attribute__((always_inline))
#elif defined(_MSC_VER)
* REVISION HISTORY: 2003/06/16 GvG Created
* NOTES:
*/
+
#pragma once
/* Built-in class descriptor */
/* INCLUDES ******************************************************************/
/* C Headers */
-#include <assert.h>
#include <stdio.h>
-#include <math.h>
/* SDK/NDK Headers */
#define _USER32_
#define COM_NO_WINDOWS_H
#include <windef.h>
#include <winbase.h>
-#include <wincon.h>
#include <wingdi.h>
#include <winreg.h>
#include <winuser.h>
#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>
+#pragma once
static __inline PVOID
SharedPtrToUser(PVOID Ptr)
#include <user32.h>
+#include <ndk/cmfuncs.h>
+
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(user32);
#include <user32.h>
+#include <winnls32.h>
+
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(user32);
#include <user32.h>
+#include <strsafe.h>
+
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(user32);