Merge pull request #20 from procedural/cpp-fixes
Fixes for C++, bool type already defined
This commit is contained in:
commit
387795311c
@ -178,8 +178,10 @@
|
||||
// Types and Structures Definition
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
#ifndef __cplusplus
|
||||
// Boolean type
|
||||
typedef enum { false, true } bool;
|
||||
#endif
|
||||
|
||||
// byte type
|
||||
typedef unsigned char byte;
|
||||
|
Loading…
Reference in New Issue
Block a user