OWLNext    7.0
Borland's Object Windows Library for the modern age
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
msc.h File Reference

Go to the source code of this file.

Macros

#define BI_COMP_MSC
 
#define __FLAT__
 
#define _CCONV   __cdecl
 
#define BI_MULTI_THREAD
 
#define _RTLENTRY
 
#define _USERENTRY
 
#define _EXPCLASS   _CRTIMP
 
#define _EXPDATA   _CRTIMP
 
#define _EXPFUNC   _CRTIMP
 
#define BI_GLOBALNM_BUG
 
#define BI_NOTEMPLATE_H
 
#define _RTTI
 
#define BI_NO_LVAL_CASTS
 
#define BI_VIRTUAL_BUG
 
#define BI_TYPECASTOPERATOR_BUG
 
#define BI_HAS_PRAGMA_ONCE
 
#define BI_STDIO_CTRFILE
 
#define OWL_BREAK   {__debugbreak();}
 
#define BI_OWL_PACKING   8
 
#define OWL_OUTPUT_DEBUG_STRING(lpsz)   ::OutputDebugString(lpsz)
 

Macro Definition Documentation

◆ __FLAT__

#define __FLAT__

Definition at line 20 of file msc.h.

◆ _CCONV

#define _CCONV   __cdecl

Definition at line 29 of file msc.h.

◆ _EXPCLASS

#define _EXPCLASS   _CRTIMP

Definition at line 49 of file msc.h.

◆ _EXPDATA

#define _EXPDATA   _CRTIMP

Definition at line 50 of file msc.h.

◆ _EXPFUNC

#define _EXPFUNC   _CRTIMP

Definition at line 51 of file msc.h.

◆ _RTLENTRY

#define _RTLENTRY

Definition at line 47 of file msc.h.

◆ _RTTI

#define _RTTI

Definition at line 82 of file msc.h.

◆ _USERENTRY

#define _USERENTRY

Definition at line 48 of file msc.h.

◆ BI_COMP_MSC

#define BI_COMP_MSC

Definition at line 17 of file msc.h.

◆ BI_GLOBALNM_BUG

#define BI_GLOBALNM_BUG

Definition at line 76 of file msc.h.

◆ BI_HAS_PRAGMA_ONCE

#define BI_HAS_PRAGMA_ONCE

Definition at line 91 of file msc.h.

◆ BI_MULTI_THREAD

#define BI_MULTI_THREAD

Definition at line 36 of file msc.h.

◆ BI_NO_LVAL_CASTS

#define BI_NO_LVAL_CASTS

Definition at line 88 of file msc.h.

◆ BI_NOTEMPLATE_H

#define BI_NOTEMPLATE_H

Definition at line 77 of file msc.h.

◆ BI_OWL_PACKING

#define BI_OWL_PACKING   8

Definition at line 104 of file msc.h.

◆ BI_STDIO_CTRFILE

#define BI_STDIO_CTRFILE

Definition at line 97 of file msc.h.

◆ BI_TYPECASTOPERATOR_BUG

#define BI_TYPECASTOPERATOR_BUG

Definition at line 90 of file msc.h.

◆ BI_VIRTUAL_BUG

#define BI_VIRTUAL_BUG

Definition at line 89 of file msc.h.

◆ OWL_BREAK

#define OWL_BREAK   {__debugbreak();}

Definition at line 103 of file msc.h.

◆ OWL_OUTPUT_DEBUG_STRING

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

Definition at line 110 of file msc.h.