/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
-#pragma interface "geometry.h"
+ #pragma implementation "geometry.cpp"
#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#pragma hdrstop
#endif
+#if wxUSE_GEOMETRY
+
#include "wx/log.h"
#include <string.h>
m_height = stream.Read32() ;
}
+#endif // wxUSE_GEOMETRY