OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Compiler-specific defines for Clang-based Embarcadero compilers. More...
#include <owl/private/owllink.h>
Go to the source code of this file.
Compiler-specific defines for Clang-based Embarcadero compilers.
Definition in file borlandc.h.
#define BI_COMP_BORLANDC __BORLANDC__ |
Definition at line 22 of file borlandc.h.
#define BI_COMP_CLANG |
Definition at line 23 of file borlandc.h.
#define BI_DEFINE_MINMAX_TMPL |
Definition at line 30 of file borlandc.h.
#define BI_HAS_PRAGMA_ONCE |
Definition at line 43 of file borlandc.h.
#define BI_MULTI_THREAD |
Definition at line 31 of file borlandc.h.
#define BI_OWL_PACKING 8 |
Definition at line 40 of file borlandc.h.
#define OWL_BREAK {DebugBreak();} |
Definition at line 49 of file borlandc.h.
#define OWL_OUTPUT_DEBUG_STRING | ( | lpsz | ) | ::OutputDebugString(lpsz) |
Definition at line 51 of file borlandc.h.