Added __CODEGEARC__ warning suppression.

[SVN r49822]
This commit is contained in:
John Maddock
2008-11-18 08:51:43 +00:00
parent 99052817e2
commit 31395bd98f

View File

@ -45,6 +45,11 @@
#else
#define __BORLANDC___WORKAROUND_GUARD 0
#endif
#ifndef __CODEGEARC__
#define __CODEGEARC___WORKAROUND_GUARD 1
#else
#define __CODEGEARC___WORKAROUND_GUARD 0
#endif
#ifndef _MSC_VER
#define _MSC_VER_WORKAROUND_GUARD 1
#else