diff options
Diffstat (limited to 'src/thread/Cond.hxx')
-rw-r--r-- | src/thread/Cond.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/thread/Cond.hxx b/src/thread/Cond.hxx index e971fa591..bbaabddc2 100644 --- a/src/thread/Cond.hxx +++ b/src/thread/Cond.hxx @@ -24,8 +24,8 @@ /* mingw-w64 4.6.3 lacks a std::cond implementation */ -#include "GLibCond.hxx" -typedef GLibCond Cond; +#include "WindowsCond.hxx" +typedef WindowsCond Cond; #else |