removing file

This commit is contained in:
Richard Geldreich
2026-04-07 15:40:28 -04:00
parent d4e9574796
commit 0a35b574d2

View File

@@ -1,12 +0,0 @@
#if defined(_WIN32)
#ifndef NOMINMAX
#define NOMINMAX
#endif
#endif
#ifdef _MSC_VER
#pragma warning (disable:4530) // warning C4530: C++ exception handler used, but unwind semantics are not enabled. Specify /EHsc
#endif
#define TINYEXR_IMPLEMENTATION
#include "tinyexr.h"