git-subtree-dir: engine git-subtree-mainline:b74841629egit-subtree-split:a8e37fc010
10 lines
181 B
C++
10 lines
181 B
C++
#if defined(_WIN32)
|
|
#ifndef NOMINMAX
|
|
#define NOMINMAX
|
|
#endif
|
|
#endif
|
|
|
|
#include <zlib.h> // Should come before including tinyexr.
|
|
|
|
#define TINYEXR_IMPLEMENTATION
|
|
#include "tinyexr.h"
|