obs-studio/plugins/win-mf/mf-config.hpp.in

18 lines
176 B
C++

#ifndef TRUE
#define TRUE 1
#endif
#ifndef ON
#define ON 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#ifndef OFF
#define OFF 0
#endif
#define ENABLE_WINMF @ENABLE_WINMF@