We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95690c0 + bb9c9d5 commit 27fd18eCopy full SHA for 27fd18e
Samples/SampleSharedLib/SampleSharedLib/pch.h
@@ -1,9 +1,18 @@
1
#ifndef PCH_H
2
#define PCH_H
3
4
+#include <winrt/base.h>
5
+namespace winrt::impl
6
+{
7
+ template <typename Async>
8
+ auto wait_for(Async const& async, Windows::Foundation::TimeSpan const& timeout);
9
+}
10
+
11
+#include <winrt/Windows.Foundation.h>
12
+#include <winrt/Windows.Graphics.h>
13
#include <winrt/Windows.Graphics.Imaging.h>
14
#include <winrt/Windows.Storage.h>
-#include "winrt/Windows.Storage.Streams.h"
15
+#include <winrt/Windows.Storage.Streams.h>
16
17
#include <Windows.h>
18
0 commit comments