Define wxArchiveIterator in all builds, not just STL one

Doing this doesn't introduce any backwards compatibility problems, so do
it always, and not only when wxUSE_STL==1.
This commit is contained in:
Vadim Zeitlin 2023-04-08 23:03:24 +01:00
parent d0e892ac09
commit e9527ee5a2
5 changed files with 1 additions and 18 deletions

View file

@ -9,8 +9,6 @@
#ifndef WX_ARCHIVETEST_INCLUDED
#define WX_ARCHIVETEST_INCLUDED 1
#define WX_TEST_ARCHIVE_ITERATOR
#include "wx/archive.h"
#include "wx/wfstream.h"