summaryrefslogtreecommitdiff
path: root/sdk_hdrs/CWUnixPluginPrefix.h
blob: a261ea3d7c60ad1bb0108907a6e2a7303221725b (plain)
1
/*
 *	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 */