btu/tex/dxtex.hpp file

Defines

#define PAL_STDCPP_COMPAT

Define documentation

#define PAL_STDCPP_COMPAT

Wrapper around DirectXTex.h to remove sal. We are not allowed to use reserved identifiers in C++. But it looks like Microsoft doesn't care. At least they provided a macro that disable some of them, but not enough. So without this fix, compilation breaks on GCC.