Files
basis_universal/encoder/3rdparty/tinyexr.cpp
Richard Geldreich ac8898a466 UASTC HDR merge
2024-09-10 14:43:47 -04:00

13 lines
275 B
C++

#if defined(_WIN32)
#ifndef NOMINMAX
#define NOMINMAX
#endif
#endif
#ifdef _MSC_VER
#pragma warning (disable:4530) // warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
#endif
#define TINYEXR_IMPLEMENTATION
#include "tinyexr.h"