ReactOS 0.4.16-dev-2324-ge2cf0bf
public-macros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define FT_BEGIN_HEADER   /* empty */
 
#define FT_END_HEADER   /* empty */
 
#define FT_PUBLIC_FUNCTION_ATTRIBUTE   /* empty */
 
#define FT_EXPORT(x)   FT_PUBLIC_FUNCTION_ATTRIBUTE extern x
 
#define FT_UNUSED(arg)   ( (arg) = (arg) )
 

Macro Definition Documentation

◆ FT_BEGIN_HEADER

#define FT_BEGIN_HEADER   /* empty */

Definition at line 40 of file public-macros.h.

◆ FT_END_HEADER

#define FT_END_HEADER   /* empty */

Definition at line 48 of file public-macros.h.

◆ FT_EXPORT

#define FT_EXPORT (   x)    FT_PUBLIC_FUNCTION_ATTRIBUTE extern x

Definition at line 104 of file public-macros.h.

◆ FT_PUBLIC_FUNCTION_ATTRIBUTE

#define FT_PUBLIC_FUNCTION_ATTRIBUTE   /* empty */

Definition at line 86 of file public-macros.h.

◆ FT_UNUSED

#define FT_UNUSED (   arg)    ( (arg) = (arg) )

Definition at line 114 of file public-macros.h.