mirror of
https://github.com/boostorg/thread.git
synced 2026-02-09 11:32:12 +00:00
Merge pull request #398 from georgthegreat/patch-1
Use forward slashes to separate include files
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