6f8e38e0a0
Closes jp9000/obs-studio#980
16 lines
154 B
C
16 lines
154 B
C
#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@
|