Open Broadcaster Software
Free, open source software for live streaming and recording
c99defs.h File Reference

Go to the source code of this file.

Macros

#define UNUSED_PARAMETER(param)   (void)param
 
#define OBS_DEPRECATED   __attribute__((deprecated))
 
#define FORCE_INLINE   inline __attribute__((always_inline))
 
#define EXPORT
 

Macro Definition Documentation

◆ EXPORT

#define EXPORT

◆ FORCE_INLINE

#define FORCE_INLINE   inline __attribute__((always_inline))

◆ OBS_DEPRECATED

#define OBS_DEPRECATED   __attribute__((deprecated))

◆ UNUSED_PARAMETER

#define UNUSED_PARAMETER (   param)    (void)param