// wxWindows
#ifndef WX_PRECOMP
#include "wx/string.h"
+ #include "wx/icon.h"
#endif //WX_PRECOMP
+// Doesn't compile in WIN16 mode
+#ifndef __WIN16__
+
#include "wx/log.h"
#include "wx/intl.h"
#include "wx/dynarray.h"
+#include "wx/confbase.h"
#ifdef __WXMSW__
#include "wx/msw/registry.h"
+ #include "windows.h"
#else // Unix
#include "wx/textfile.h"
#endif // OS
#endif // OS type
-/* vi: set cin tw=80 ts=4 sw=4: */
-
+#endif
+ // __WIN16__