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

svn path=/trunk/; revision=61526
This commit is contained in:
Amine Khaldi 2014-01-04 13:53:47 +00:00
parent 28e70c447d
commit 4c8f3361d9
5 changed files with 7 additions and 15 deletions

View file

@ -14,7 +14,6 @@
/* Based on Wine 1.1.26 */
/* INCLUDES *****************************************************************/
#include <rtl.h>
#define NDEBUG

View file

@ -11,6 +11,8 @@
#include <rtl.h>
#include <ndk/kdfuncs.h>
#define NDEBUG
#include <debug.h>

View file

@ -7,9 +7,6 @@
/* INCLUDES *******************************************************************/
#define COBJMACROS
#define CONST_VTABLE
#include <rtl.h>
#define NDEBUG

View file

@ -10,6 +10,9 @@
/* INCLUDES *****************************************************************/
#include <rtl.h>
#include <ndk/cmfuncs.h>
#define NDEBUG
#include <debug.h>

View file

@ -6,8 +6,6 @@
* PROGRAMMER: Alex Ionescu
*/
/* INCLUDES ******************************************************************/
#ifndef RTL_H
#define RTL_H
@ -23,14 +21,14 @@
#define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#define COBJMACROS
#define CONST_VTABLE
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <objbase.h>
#include <ndk/cmfuncs.h>
#include <ndk/exfuncs.h>
#include <ndk/iofuncs.h>
#include <ndk/kdfuncs.h>
#include <ndk/kefuncs.h>
#include <ndk/ldrfuncs.h>
#include <ndk/mmfuncs.h>
@ -44,11 +42,6 @@
/* Internal RTL header */
#include "rtlp.h"
/* PSEH Support */
#include <pseh/pseh2.h>
#include <intrin.h>
/* Use intrinsics for x86 and x64 */
#if defined(_M_IX86) || defined(_M_AMD64)
#define InterlockedCompareExchange _InterlockedCompareExchange
@ -61,5 +54,3 @@
#endif
#endif /* RTL_H */
/* EOF */