mirror of
https://github.com/godotengine/godot.git
synced 2024-11-15 08:32:54 +00:00
9 lines
121 B
C++
9 lines
121 B
C++
#if defined(_WIN32)
|
|
#ifndef NOMINMAX
|
|
#define NOMINMAX
|
|
#endif
|
|
#endif
|
|
|
|
#define TINYEXR_IMPLEMENTATION
|
|
#include "tinyexr.h"
|