From 09bfbeec8baaf91872458b27cf1268deccc9ea4a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 24 Nov 2005 15:17:28 +0000 Subject: [PATCH] Changed the VS template export block to just compile when VS verion >= 1300 (VS.NET onwards.) --- include/osg/Export | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Export b/include/osg/Export index 5b0b6f757..3e11db537 100644 --- a/include/osg/Export +++ b/include/osg/Export @@ -43,7 +43,7 @@ #endif // export template instances for basic types -#if (_MSC_VER >= 1100) && !defined( OSG_LIBRARY_STATIC ) // This should work from VC5.0 onwards +#if (_MSC_VER >= 1300) && !defined( OSG_LIBRARY_STATIC ) #include #if defined( OSG_LIBRARY ) template class __declspec(dllexport) std::allocator; // GLsizei