#include "wx/wx.h"
#endif
-#ifndef __DARWIN__
-# include <malloc.h>
-#endif
#include <stdio.h>
#include "ifcontext.h"
for( size_t i = 0; i != m_Files.size(); ++i )
{
- wxChar* s = (char*)(m_Contents[i].c_str());
+ wxWritableCharBuffer s(m_Contents[i].char_str());
spFile* pFCtx = mParser.Parse( s, s + m_Contents[i].length() );