OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
borlandc.h File Reference

Compiler-specific defines for Clang-based Embarcadero compilers. More...

Go to the source code of this file.

Macros

#define BI_COMP_BORLANDC   __BORLANDC__
 
#define BI_COMP_CLANG
 
#define BI_DEFINE_MINMAX_TMPL
 
#define BI_MULTI_THREAD
 
#define BI_OWL_PACKING   8
 
#define BI_HAS_PRAGMA_ONCE
 
#define OWL_BREAK   {DebugBreak();}
 
#define OWL_OUTPUT_DEBUG_STRING(lpsz)   ::OutputDebugString(lpsz)
 

Detailed Description

Compiler-specific defines for Clang-based Embarcadero compilers.

Definition in file borlandc.h.

Macro Definition Documentation

◆ BI_COMP_BORLANDC

#define BI_COMP_BORLANDC   __BORLANDC__

Definition at line 22 of file borlandc.h.

◆ BI_COMP_CLANG

#define BI_COMP_CLANG

Definition at line 23 of file borlandc.h.

◆ BI_DEFINE_MINMAX_TMPL

#define BI_DEFINE_MINMAX_TMPL

Definition at line 30 of file borlandc.h.

◆ BI_HAS_PRAGMA_ONCE

#define BI_HAS_PRAGMA_ONCE

Definition at line 43 of file borlandc.h.

◆ BI_MULTI_THREAD

#define BI_MULTI_THREAD

Definition at line 31 of file borlandc.h.

◆ BI_OWL_PACKING

#define BI_OWL_PACKING   8

Definition at line 40 of file borlandc.h.

◆ OWL_BREAK

#define OWL_BREAK   {DebugBreak();}

Definition at line 49 of file borlandc.h.

◆ OWL_OUTPUT_DEBUG_STRING

#define OWL_OUTPUT_DEBUG_STRING ( lpsz)    ::OutputDebugString(lpsz)

Definition at line 51 of file borlandc.h.