Added marker interface for assertion types.
[shibboleth/cpp-opensaml.git] / samltest / internal.h
index 52b89d9..370dc4a 100644 (file)
  * limitations under the License.
  */
 
-#ifdef WIN32\r
-# define _CRT_SECURE_NO_DEPRECATE 1\r
-# define _CRT_NONSTDC_NO_DEPRECATE 1\r
-#endif\r
+#ifdef WIN32
+# define _CRT_SECURE_NO_DEPRECATE 1
+# define _CRT_NONSTDC_NO_DEPRECATE 1
+#endif
 
 #include <cxxtest/TestSuite.h>
 
@@ -29,7 +29,6 @@
 #include <xmltooling/XMLToolingConfig.h>
 #include <xmltooling/validation/Validator.h>
 
-using namespace opensaml;
 using namespace xmltooling;
 using namespace std;