Commit 02a607d4 authored by Jack Jansen's avatar Jack Jansen

Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own

unique set of ideosyncracies:-(
parent 7af6d1d5
......@@ -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
......
......@@ -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
......
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment