Undef the PI macro for non Unreal files

This commit is contained in:
bernatx 2022-07-20 15:56:52 +02:00 committed by bernat
parent 3595663c9e
commit f6d1bfbb91
2 changed files with 4 additions and 0 deletions

View File

@ -6756,3 +6756,6 @@
#pragma push_macro("RETURN_FALSE_ON_FAIL")
#undef RETURN_FALSE_ON_FAIL
#pragma push_macro("PI")
#undef PI

View File

@ -2250,5 +2250,6 @@
#pragma pop_macro("VERIFYD3D11RESIZEVIEWPORTRESULT")
#pragma pop_macro("CLEANUP_ON_FAIL")
#pragma pop_macro("RETURN_FALSE_ON_FAIL")
#pragma pop_macro("PI")
#undef LIBCARLA_INCLUDED_FROM_UE4