mirror of
https://github.com/boostorg/thread.git
synced 2026-02-13 00:42:09 +00:00
Use forward slashes to separate include files
We use automatic dependency tracking for #includes, and wrl includes have to be tracked differently whenever we are cross-compiling the code. This PR unifies such tracking. Forward slashes work just fine on Windows.
This commit is contained in:
@@ -34,10 +34,10 @@
|
||||
#include <mutex>
|
||||
#include <atomic>
|
||||
#include <Activation.h>
|
||||
#include <wrl\client.h>
|
||||
#include <wrl\event.h>
|
||||
#include <wrl\wrappers\corewrappers.h>
|
||||
#include <wrl\ftm.h>
|
||||
#include <wrl/client.h>
|
||||
#include <wrl/event.h>
|
||||
#include <wrl/wrappers/corewrappers.h>
|
||||
#include <wrl/ftm.h>
|
||||
#include <windows.system.threading.h>
|
||||
#pragma comment(lib, "runtimeobject.lib")
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user