diff options
Diffstat (limited to 'src/thread/Cond.hxx')
-rw-r--r-- | src/thread/Cond.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread/Cond.hxx b/src/thread/Cond.hxx index 3ca640ff1..7123635df 100644 --- a/src/thread/Cond.hxx +++ b/src/thread/Cond.hxx @@ -30,7 +30,7 @@ #ifndef THREAD_COND_HXX #define THREAD_COND_HXX -#ifdef WIN32 +#ifdef _WIN32 #include "WindowsCond.hxx" class Cond : public WindowsCond {}; |