diff options
Diffstat (limited to '')
-rwxr-xr-x | sdk_hdrs/CWUnixPluginPrefix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sdk_hdrs/CWUnixPluginPrefix.h b/sdk_hdrs/CWUnixPluginPrefix.h deleted file mode 100755 index a261ea3..0000000 --- a/sdk_hdrs/CWUnixPluginPrefix.h +++ /dev/null @@ -1 +0,0 @@ -/*
* CWUnixPluginPrefix.h
*
* Copyright © 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 */
\ No newline at end of file |