Cleaned up some compiler warning messages.
This commit is contained in:
parent
422d1ff1ee
commit
2833cf2869
|
@ -34,6 +34,8 @@
|
|||
#ifndef WND_H
|
||||
#define WND_H
|
||||
|
||||
// this macro will cause warnings if not undef'd
|
||||
#undef FIELD_OFFSET
|
||||
#include <windows.h>
|
||||
|
||||
// ******************************************************************
|
||||
|
|
|
@ -37,7 +37,10 @@
|
|||
#include "Prolog.h"
|
||||
#include "Kernel.h"
|
||||
|
||||
// this macro will cause warnings if not undef'd
|
||||
#undef FIELD_OFFSET
|
||||
#include <windows.h>
|
||||
|
||||
#include <memory.h>
|
||||
|
||||
// ******************************************************************
|
||||
|
|
|
@ -52,6 +52,8 @@ namespace xntdll
|
|||
// ******************************************************************
|
||||
namespace win32
|
||||
{
|
||||
// this macro will cause warnings if not undef'd
|
||||
#undef FIELD_OFFSET
|
||||
#include <windows.h>
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue