Include compilation of tests for OpenVMS (part1)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen 2010-12-15 09:51:48 +00:00
parent 377c1ba438
commit 38e5440573
16 changed files with 817 additions and 225 deletions

View file

@ -7,6 +7,9 @@
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
#ifndef WX_ARCHIVETEST_INCLUDED
#define WX_ARCHIVETEST_INCLUDED 1
#define WX_TEST_ARCHIVE_ITERATOR
#include "wx/archive.h"
@ -271,3 +274,5 @@ private:
void AddCmd(wxArrayString& cmdlist, const wxString& cmd);
};
#endif