// Copyright (c) Microsoft Corporation. // Licensed under the MIT license. // // pch.h // Header for platform projection include files // #pragma once #define WIN32_LEAN_AND_MEAN #include // This is inexplicable, but for whatever reason, cppwinrt conflicts with the // SDK definition of this function, so the only fix is to undef it. // from WinBase.h // Windows::UI::Xaml::Media::Animation::IStoryboard::GetCurrentTime #ifdef GetCurrentTime #undef GetCurrentTime #endif #include #include