MSVC8 Project File + SDK Update

This commit is contained in:
Scott Ehlert
2006-04-26 23:54:12 +00:00
parent b65b8a1cf0
commit 2ca42b7b21
6 changed files with 520 additions and 11 deletions

View File

@ -11,6 +11,13 @@
#ifndef _INCLUDE_SMM_LIST_H
#define _INCLUDE_SMM_LIST_H
// MSVC8 fix for offsetof macro redefition warnings
#ifdef _MSC_VER
#if _MSC_VER >= 1400
#undef offsetof
#endif
#endif
#include <new>
#include <malloc.h>