2012-02-18 12:40:36 +02:00
|
|
|
/*
|
2016-03-13 13:35:51 +01:00
|
|
|
Copyright Kitware, Inc.
|
|
|
|
Distributed under the OSI-approved BSD 3-Clause License.
|
|
|
|
See accompanying file Copyright.txt for details.
|
2012-02-18 12:40:36 +02:00
|
|
|
*/
|
2016-03-13 13:35:51 +01:00
|
|
|
#ifndef KWIML_TEST_H
|
|
|
|
#define KWIML_TEST_H
|
2012-02-18 12:40:36 +02:00
|
|
|
|
|
|
|
/* Quiet MS standard library deprecation warnings. */
|
|
|
|
#ifndef _CRT_SECURE_NO_DEPRECATE
|
|
|
|
# define _CRT_SECURE_NO_DEPRECATE
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#else
|
|
|
|
# error "test.h included multiple times."
|
|
|
|
#endif
|