[CMAKE] Remove __inline substitutions

All supported compilers can do C99 now, this is not needed anymore.
This commit is contained in:
Victor Perevertkin
2021-10-26 22:21:11 +03:00
parent c73c86419e
commit 8ca4b0f257
3 changed files with 1 additions and 7 deletions

View File

@@ -140,10 +140,6 @@ if(NOT CMAKE_CROSSCOMPILING)
if(MSVC_VERSION GREATER 1699)
add_definitions(/D_ALLOW_KEYWORD_MACROS)
endif()
if(NOT USE_CLANG_CL)
# FIXME: Inspect
add_definitions(/Dinline=__inline)
endif()
endif()
add_subdirectory(sdk/include/host)