fixed __cplusplus preprocessor define
This commit is contained in:
@@ -8,11 +8,11 @@
|
|||||||
#ifndef BAS_TYPES_H_
|
#ifndef BAS_TYPES_H_
|
||||||
#define BAS_TYPES_H_
|
#define BAS_TYPES_H_
|
||||||
|
|
||||||
#ifndef _CPLUSPLUS_
|
#ifndef __cplusplus
|
||||||
typedef int bool;
|
typedef int bool;
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
#endif /* _CPLUSPLUS_ */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user