X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=samltest%2Finternal.h;h=52b89d93330f7709813d7c61cbe5ee33f7ae134b;hb=2cf60ce131535beae932489d2d1e3d2355799061;hp=15b4afbe7856da804f29122851cad7ead7a7e815;hpb=bd82d661b8b8da121c98b96868712c1b0e05efe6;p=shibboleth%2Fopensaml2.git diff --git a/samltest/internal.h b/samltest/internal.h index 15b4afb..52b89d9 100644 --- a/samltest/internal.h +++ b/samltest/internal.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 Internet2 + * Copyright 2001-2007 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,16 +14,20 @@ * limitations under the License. */ +#ifdef WIN32 +# define _CRT_SECURE_NO_DEPRECATE 1 +# define _CRT_NONSTDC_NO_DEPRECATE 1 +#endif + #include #include #include #include -#include -#include #include #include #include +#include using namespace opensaml; using namespace xmltooling;