mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
util-math: Undefine macro
This commit is contained in:
parent
3135214a03
commit
f327f4ccc6
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ namespace util {
|
||||||
is_power_of_two_as_loop(uint32_t);
|
is_power_of_two_as_loop(uint32_t);
|
||||||
is_power_of_two_as_loop(int64_t);
|
is_power_of_two_as_loop(int64_t);
|
||||||
is_power_of_two_as_loop(uint64_t);
|
is_power_of_two_as_loop(uint64_t);
|
||||||
|
#undef is_power_of_two_as_loop
|
||||||
#pragma pop_macro("is_power_of_two_as_loop")
|
#pragma pop_macro("is_power_of_two_as_loop")
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
|
|
Loading…
Reference in a new issue