Imported Upstream version 0.13.2+dsfg1
This commit is contained in:
commit
fb3990e9e5
2036 changed files with 287360 additions and 0 deletions
9
libobs/util/vc/vc_stdbool.h
Normal file
9
libobs/util/vc/vc_stdbool.h
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#pragma once
|
||||
|
||||
#if !defined(__cplusplus)
|
||||
typedef int8_t _Bool;
|
||||
#define bool _Bool
|
||||
#define true 1
|
||||
#define false 0
|
||||
#define __bool_true_false_are_defined 1
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue