diff options
Diffstat (limited to 'Include/mymath.h')
-rw-r--r-- | Include/mymath.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/mymath.h b/Include/mymath.h index b34b77e..36ee1eb 100644 --- a/Include/mymath.h +++ b/Include/mymath.h @@ -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 |