diff options
Diffstat (limited to 'src/osd/osdcomm.h')
-rw-r--r-- | src/osd/osdcomm.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/osd/osdcomm.h b/src/osd/osdcomm.h index e519b597d96..d6ed9a43a88 100644 --- a/src/osd/osdcomm.h +++ b/src/osd/osdcomm.h @@ -77,19 +77,6 @@ using std::uint64_t; using std::int64_t; /*************************************************************************** - FUNDAMENTAL CONSTANTS -***************************************************************************/ - -/* Ensure that TRUE/FALSE are defined */ -#ifndef TRUE -#define TRUE 1 -#endif - -#ifndef FALSE -#define FALSE 0 -#endif - -/*************************************************************************** FUNDAMENTAL MACROS ***************************************************************************/ |