#endif
#ifdef __WINDOWS__
- #include <windows.h>
+ #include "wx/msw/wrapwin.h"
#include "wx/msw/mslu.h"
// for _getcwd
void wxPathList::Add (const wxString& path)
{
- wxStringList::Append (WXSTRINGCAST path);
+ wxStringList::Add (WXSTRINGCAST path);
}
// Add paths e.g. from the PATH environment variable