From 8b31193bae95cadc667c6e65817aab688c915f1d Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 8 Dec 2011 16:45:06 +0000 Subject: Updated includes --- Opcode/Opcode.vcxproj | 12 ++++++++++-- Opcode/OpcodeLib/Ice/IceUtils.h | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) (limited to 'Opcode') diff --git a/Opcode/Opcode.vcxproj b/Opcode/Opcode.vcxproj index dbee6ac..8574bc4 100644 --- a/Opcode/Opcode.vcxproj +++ b/Opcode/Opcode.vcxproj @@ -75,7 +75,8 @@ stdafx.h .\Debug\ .\Debug\ - /QIfist + + EnableFastChecks @@ -118,7 +119,8 @@ stdafx.h .\Release\ .\Release\ - /QIfist + + true @@ -144,6 +146,12 @@ .\Release\Opcode.lib + + + + + + /QIfist /QIfist diff --git a/Opcode/OpcodeLib/Ice/IceUtils.h b/Opcode/OpcodeLib/Ice/IceUtils.h index 0e6161e..0e52bb7 100644 --- a/Opcode/OpcodeLib/Ice/IceUtils.h +++ b/Opcode/OpcodeLib/Ice/IceUtils.h @@ -204,7 +204,7 @@ //! TO BE DOCUMENTED #define OFFSET_OF(Class, Member) (size_t)&(((Class*)0)->Member) //! TO BE DOCUMENTED - #define ARRAYSIZE(p) (sizeof(p)/sizeof(p[0])) + //#define ARRAYSIZE(p) (sizeof(p)/sizeof(p[0])) /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /** -- cgit v1.1