diff options
Diffstat (limited to 'cppe/include/IceE/Thread.h')
-rw-r--r-- | cppe/include/IceE/Thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/include/IceE/Thread.h b/cppe/include/IceE/Thread.h index db2b2ed420f..031010ef90e 100644 --- a/cppe/include/IceE/Thread.h +++ b/cppe/include/IceE/Thread.h @@ -19,7 +19,7 @@ namespace IceUtil class Time; -#ifdef _WIN32_WCE +#ifdef _WIN32 struct HandleWrapper : public Shared { // Inline for performance reasons. |