summaryrefslogtreecommitdiff
path: root/thirdparty/tinyexr/tinyexr.cc
blob: 70115ea5c299f55a6ade541b1e7ba1db968c6409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#if defined(_WIN32)
#ifndef NOMINMAX
#define NOMINMAX
#endif
#endif

// -- GODOT start --
#include <zlib.h> // Should come before including tinyexr.
// -- GODOT end --

#define TINYEXR_IMPLEMENTATION
#include "tinyexr.h"