MSVC8 Project File + SDK Update

This commit is contained in:
Scott Ehlert
2006-04-07 10:25:45 +00:00
parent 860a4ca50e
commit 62b28e7033
8 changed files with 457 additions and 418 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>