Kaydet (Commit) f9480ce4 authored tarafından Jack Jansen's avatar Jack Jansen

Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own

unique set of ideosyncracies:-(
üst 464f62b6
...@@ -51,7 +51,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -51,7 +51,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "config.h" #include "config.h"
#endif #endif
#ifdef __CFM68K__ #ifdef SYMANTEC__CFM68K__
#define UsingSharedLibs #define UsingSharedLibs
#endif #endif
...@@ -61,7 +61,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -61,7 +61,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "myproto.h" #include "myproto.h"
#ifdef __CFM68K__ #ifdef SYMANTEC__CFM68K__
#pragma lib_export on #pragma lib_export on
#endif #endif
......
...@@ -56,7 +56,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ...@@ -56,7 +56,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
extern "C" { extern "C" {
#endif #endif
#ifdef __CFM68K__ #ifdef SYMANTEC__CFM68K__
#pragma lib_export on #pragma lib_export on
#endif #endif
......
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
symbols doesn't quite work... symbols doesn't quite work...
XXX Not sure now... Seems to be something else going on as well... */ XXX Not sure now... Seems to be something else going on as well... */
#ifdef __CFM68K__ #ifdef SYMANTEC__CFM68K__
#pragma lib_export off #pragma lib_export off
#endif #endif
#include <math.h> #include <math.h>
#ifdef __CFM68K__ #ifdef SYMANTEC__CFM68K__
#pragma lib_export on #pragma lib_export on
#endif #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