test.h 370 B

12345678910111213141516
  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. /* Quiet MS standard library deprecation warnings. */
  9. #ifndef _CRT_SECURE_NO_DEPRECATE
  10. # define _CRT_SECURE_NO_DEPRECATE
  11. #endif
  12. #else
  13. # error "test.h included multiple times."
  14. #endif