[IMAGEHLP]

* Remove one time winternl.h inclusion from the main header and put it back where it belongs.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61769
This commit is contained in:
Amine Khaldi 2014-01-23 17:42:15 +00:00
parent 24e5e1b0be
commit 6f607e42cc
3 changed files with 4 additions and 2 deletions

View file

@ -20,6 +20,8 @@
#include "precomp.h" #include "precomp.h"
#include <winternl.h>
/*********************************************************************** /***********************************************************************
* Data * Data
*/ */

View file

@ -22,7 +22,6 @@
static WORD CalcCheckSum(DWORD StartValue, LPVOID BaseAddress, DWORD WordCount); static WORD CalcCheckSum(DWORD StartValue, LPVOID BaseAddress, DWORD WordCount);
/*********************************************************************** /***********************************************************************
* BindImage (IMAGEHLP.@) * BindImage (IMAGEHLP.@)
*/ */

View file

@ -4,10 +4,11 @@
#include <stdarg.h> #include <stdarg.h>
#define WIN32_NO_STATUS #define WIN32_NO_STATUS
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <windef.h> #include <windef.h>
#include <winbase.h> #include <winbase.h>
#include <winternl.h>
#include <imagehlp.h> #include <imagehlp.h>
#include <wine/debug.h> #include <wine/debug.h>