We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45e77a9 + 8811487 commit be42bd8Copy full SHA for be42bd8
1 file changed
src/win32/thread.cpp
@@ -34,10 +34,10 @@
34
#include <mutex>
35
#include <atomic>
36
#include <Activation.h>
37
-#include <wrl\client.h>
38
-#include <wrl\event.h>
39
-#include <wrl\wrappers\corewrappers.h>
40
-#include <wrl\ftm.h>
+#include <wrl/client.h>
+#include <wrl/event.h>
+#include <wrl/wrappers/corewrappers.h>
+#include <wrl/ftm.h>
41
#include <windows.system.threading.h>
42
#pragma comment(lib, "runtimeobject.lib")
43
#endif
0 commit comments