]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/archive/archivetest.h
Add a test for eol-native file existence in the release script.
[wxWidgets.git] / tests / archive / archivetest.h
index 0d24a105f645d27ca1cfb8cdd8f3ec5da7f8e00f..ea81436eac35d32f5c2ea53dafb7234d6560baf2 100644 (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