Silence experimental coroutine deprecation warnings (#150788)

Co-authored-by: Zachary Ware <zach@python.org>
This commit is contained in:
Hugo van Kemenade 2026-06-02 17:55:28 +03:00 committed by GitHub
parent 86867edb84
commit 7241db1169
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>