15
plugins/obs-outputs/obs-outputs-config.h.in
Normal file
15
plugins/obs-outputs/obs-outputs-config.h.in
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
||||
#ifndef ON
|
||||
#define ON 1
|
||||
#endif
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE 0
|
||||
#endif
|
||||
|
||||
#define COMPILE_FTL @COMPILE_FTL@
|
Reference in New Issue
Block a user