mirror of
https://github.com/reactos/reactos.git
synced 2025-05-25 12:14:32 +00:00
[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:
parent
24e5e1b0be
commit
6f607e42cc
3 changed files with 4 additions and 2 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <winternl.h>
|
||||
|
||||
/***********************************************************************
|
||||
* Data
|
||||
*/
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
static WORD CalcCheckSum(DWORD StartValue, LPVOID BaseAddress, DWORD WordCount);
|
||||
|
||||
|
||||
/***********************************************************************
|
||||
* BindImage (IMAGEHLP.@)
|
||||
*/
|
||||
|
|
|
@ -4,10 +4,11 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#define _INC_WINDOWS
|
||||
#define COM_NO_WINDOWS_H
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <winternl.h>
|
||||
#include <imagehlp.h>
|
||||
|
||||
#include <wine/debug.h>
|
||||
|
|
Loading…
Reference in a new issue