From a901c3fde9f632976d9d35bed72b4aebecec5975 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Sat, 15 Oct 2005 19:00:12 +0000 Subject: [PATCH] Compilation fix, templates are broken on 64-bit VC++ 8.0 beta 2 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/archive/archivetest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/archive/archivetest.cpp b/tests/archive/archivetest.cpp index 1e09053104..4178574e86 100644 --- a/tests/archive/archivetest.cpp +++ b/tests/archive/archivetest.cpp @@ -42,7 +42,7 @@ using std::auto_ptr; (__GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)) # define WXARC_MEMBER_TEMPLATES #endif -#if defined _MSC_VER && _MSC_VER >= 1310 +#if defined _MSC_VER && _MSC_VER >= 1310 && !defined __WIN64__ # define WXARC_MEMBER_TEMPLATES #endif #if defined __BORLANDC__ && __BORLANDC__ >= 0x530 -- 2.45.2