1#if defined(_WIN32)
2#ifndef NOMINMAX
3#define NOMINMAX
4#endif
5#endif
6
7// -- GODOT start --
8#include <zlib.h> // Should come before including tinyexr.
9// -- GODOT end --
10
11#define TINYEXR_IMPLEMENTATION
12#include "tinyexr.h"
13