#include "wx/string.h"
#include "wx/intl.h"
#include "wx/log.h"
-
#include "wx/config.h" // for wxExpandEnvVars
+#ifndef __WIN16__
+
// Windows headers
/*
#define STRICT
if ( !str.IsEmpty() && str.Last() == REG_SEPARATOR )
str.Truncate(str.Len() - 1);
}
+
+#endif
+ // __WIN16__
+