If you are targeting multiple platforms you can wrap calls to these functions in #defines
C##if ENABLE_WINMD_SUPPORT // UWP implementation here #else // Another implementation here (e.g. Android / IOS) #endif
#if ENABLE_WINMD_SUPPORT // UWP implementation here #else // Another implementation here (e.g. Android / IOS) #endif