[3.15] Silence experimental coroutine deprecation warnings (GH-150788) (#150794)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
Miss Islington (bot) 2026-06-02 17:20:39 +02:00 committed by GitHub
parent 33b2879c3a
commit 13a7cce363
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,6 +13,7 @@
#if defined(__clang__)
#define _SILENCE_CLANG_COROUTINE_MESSAGE
#endif
#define _SILENCE_EXPERIMENTAL_COROUTINE_DEPRECATION_WARNINGS
#include <appmodel.h>
#include <winrt\Windows.ApplicationModel.h>