Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own

unique set of ideosyncracies:-(
This commit is contained in:
Jack Jansen 1995-06-27 13:12:09 +00:00
parent 464f62b6c0
commit f9480ce4d4
3 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "config.h"
#endif
#ifdef __CFM68K__
#ifdef SYMANTEC__CFM68K__
#define UsingSharedLibs
#endif
@ -61,7 +61,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "myproto.h"
#ifdef __CFM68K__
#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif

View File

@ -56,7 +56,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
extern "C" {
#endif
#ifdef __CFM68K__
#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif

View File

@ -5,12 +5,12 @@
symbols doesn't quite work...
XXX Not sure now... Seems to be something else going on as well... */
#ifdef __CFM68K__
#ifdef SYMANTEC__CFM68K__
#pragma lib_export off
#endif
#include <math.h>
#ifdef __CFM68K__
#ifdef SYMANTEC__CFM68K__
#pragma lib_export on
#endif