Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Utilities/KWIML/test/test.h
3153 views
1
/*
2
Copyright Kitware, Inc.
3
Distributed under the OSI-approved BSD 3-Clause License.
4
See accompanying file Copyright.txt for details.
5
*/
6
#ifndef KWIML_TEST_H
7
#define KWIML_TEST_H
8
9
/* Quiet MS standard library deprecation warnings. */
10
#ifndef _CRT_SECURE_NO_DEPRECATE
11
# define _CRT_SECURE_NO_DEPRECATE
12
#endif
13
14
#else
15
# error "test.h included multiple times."
16
#endif
17
18