summaryrefslogtreecommitdiff
path: root/Include/allobjects.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/allobjects.h')
-rw-r--r--Include/allobjects.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h
index 34b3816b5b..6dbdb1e58e 100644
--- a/Include/allobjects.h
+++ b/Include/allobjects.h
@@ -47,12 +47,20 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "config.h"
#endif
+#ifdef __CFM68K__
+#define UsingSharedLibs
+#endif
+
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include "myproto.h"
+#ifdef __CFM68K__
+#pragma lib_export on
+#endif
+
#include "object.h"
#include "objimpl.h"