#include "wx/wx.h"
#endif
-#ifdef HAVE_MALLOC_H
+#ifndef __DARWIN__
# include <malloc.h>
#endif
#include <stdio.h>
mpParent->RemoveChild( this );
else
// context should have a parent
- wxASSERT(0);
+ wxFAIL_MSG("Context should have a parent");
}
spContext* spContext::GetOutterContext()