MWCC/sdk_hdrs/CWUnixPluginPrefix.h

1 line
405 B
C
Raw Normal View History

2022-10-07 19:02:27 +00:00
/* * CWUnixPluginPrefix.h * * Copyright <20> 1999 Metrowerks, Inc. All rights reserved. * */ #ifndef MW_CWUnixPluginPrefix_H #define MW_CWUnixPluginPrefix_H #define CW_USE_PRAGMA_EXPORT 0 #include "CWRuntimeFeatures.h" #ifdef __MWERKS__ #if !__option(bool) #ifndef true #define true 1 #endif #ifndef false #define false 0 #endif #endif #endif #endif /* MW_CWUnixPluginPrefix_H */