thread/thread;win32: correctly refer to relative win32 headers
This commit is contained in:
parent
01094611eb
commit
6473b36cf7
@ -8,9 +8,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "win32/handle.hpp"
|
||||
#include "win32/windows.hpp"
|
||||
#include "win32/except.hpp"
|
||||
#include "../win32/handle.hpp"
|
||||
#include "../win32/windows.hpp"
|
||||
#include "../win32/except.hpp"
|
||||
|
||||
#include <chrono>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user