X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltooling%2Fconfig_pub_win32.h;h=ae1db58bfc620c8fc0673890fa4feb70c5b07bb8;hb=b0b445e21567efd899d2d446270b8f62fffb724a;hp=2652bb997fcb0a16bc3c4afebeddef835f841d2e;hpb=9c603f59922fd9681c4c664550b728d6a8fc2fee;p=shibboleth%2Fxmltooling.git diff --git a/xmltooling/config_pub_win32.h b/xmltooling/config_pub_win32.h index 2652bb9..ae1db58 100644 --- a/xmltooling/config_pub_win32.h +++ b/xmltooling/config_pub_win32.h @@ -1,6 +1,11 @@ /* Define if C++ compiler supports covariant virtual methods. */ #define HAVE_COVARIANT_RETURNS 1 +/* Define to 1 if C++ compiler supports nullptr keyword. */ +#if _MSC_VER >= 1600 +# define HAVE_NULLPTR 1 +#endif + /* Define to 1 if you have an STL implementation that supports useful string specialization. */ #define HAVE_GOOD_STL 1