mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-29 17:52:18 +01:00
e9c7dcfc76
* [dxgi] Replace MSVC _countof macro with std::size pro: crosscompiler con: may not work for older clang/gcc/... http://en.cppreference.com/w/cpp/iterator/size For example `Run this code` mode produces errors for GCC-5.2(C++17) and clang-3.8(C++17). Local GCC-7.3 and clang-7 versions are ok. Not tested w/ MinGW64. * [dxgi] Replace MSVC _countof macro with std::size