Cleaned up some compiler warning messages.

This commit is contained in:
Aaron Robinson 2003-01-26 06:56:11 +00:00
parent 422d1ff1ee
commit 2833cf2869
3 changed files with 7 additions and 0 deletions

View File

@ -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>
// ******************************************************************

View File

@ -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>
// ******************************************************************

View File

@ -52,6 +52,8 @@ namespace xntdll
// ******************************************************************
namespace win32
{
// this macro will cause warnings if not undef'd
#undef FIELD_OFFSET
#include <windows.h>
};