Skip to content

Commit be42bd8

Browse files
authored
Merge pull request #398 from georgthegreat/patch-1
Use forward slashes to separate include files
2 parents 45e77a9 + 8811487 commit be42bd8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/win32/thread.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
#include <mutex>
3535
#include <atomic>
3636
#include <Activation.h>
37-
#include <wrl\client.h>
38-
#include <wrl\event.h>
39-
#include <wrl\wrappers\corewrappers.h>
40-
#include <wrl\ftm.h>
37+
#include <wrl/client.h>
38+
#include <wrl/event.h>
39+
#include <wrl/wrappers/corewrappers.h>
40+
#include <wrl/ftm.h>
4141
#include <windows.system.threading.h>
4242
#pragma comment(lib, "runtimeobject.lib")
4343
#endif

0 commit comments

Comments
 (0)