Files
filament/third_party/tinyexr/tinyexr.cc
2020-06-05 12:22:28 -07:00

9 lines
121 B
C++
Executable File

#if defined(_WIN32)
#ifndef NOMINMAX
#define NOMINMAX
#endif
#endif
#define TINYEXR_IMPLEMENTATION
#include "tinyexr.h"