diff options
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/LibSCI/Macros.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev/LibSCI/Macros.h b/dev/LibSCI/Macros.h index 0868ed2f..4e4bff9a 100644 --- a/dev/LibSCI/Macros.h +++ b/dev/LibSCI/Macros.h @@ -28,8 +28,11 @@ Purpose: LibSCI Macros header. #define FILE_MAX_LEN 256 +#ifndef BOOL +#define BOOL bool +#endif + typedef bool Bool; -typedef bool BOOL; typedef bool Boolean; typedef void Void; |
