#ifndef _OGL_LINES_H_
#define _OGL_LINES_H_
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "lines.h"
#endif
bool HitTest(double x, double y, int *attachment, double *distance);
-#ifdef PROLOGIO
+#if wxUSE_PROLOGIO
// I/O
virtual void WriteAttributes(wxExpr *clause);
virtual void ReadAttributes(wxExpr *clause);