mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-03 11:18:39 +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"
|