#pragma hdrstop
#endif
-#if wxUSE_HELP && !defined(__WXWINCE__)
+#if wxUSE_HELP && !defined(__WXWINCE__) && (!defined(__WXMAC__) || defined(__WXMAC_OSX__))
#ifndef WX_PRECOMP
#include "wx/setup.h"
#ifdef __WXMSW__
#include <windows.h>
+#include "wx/msw/winundef.h"
#endif
// ----------------------------------------------------------------------------
m_MapList = new wxList;
m_NumOfEntries = 0;
- FILE *input = wxFopen(mapFile.fn_str(),wxT("rt"));
+ FILE *input = wxFopen(mapFile,wxT("rt"));
if(! input)
return false;
do