libcruft-util/thread/fwd.hpp
Danny Robson 01094611eb thread: add minimal thread primitives for win32
This allows us to get around the lack of these types under MinGW
2019-06-22 15:46:34 +10:00

4 lines
41 B
C++

#pragma once
namespace cruft::thread {
}