blob: 44add3faf94cb7e7818e71e67c1bd643c9c01d0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
Copyright Kitware, Inc.
Distributed under the OSI-approved BSD 3-Clause License.
See accompanying file Copyright.txt for details.
*/
#ifndef KWIML_TEST_H
#define KWIML_TEST_H
/* 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
|