diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-03-02 09:06:09 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-03-02 09:06:09 +0000 |
commit | 8c6dd2a8c163a13683ff40ec2dc81738d3e1e711 (patch) | |
tree | b0e747d07e26e93a946eed5a501c6881896c6415 /cppe/include/IceE/Thread.h | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=824 (diff) | |
download | ice-8c6dd2a8c163a13683ff40ec2dc81738d3e1e711.tar.bz2 ice-8c6dd2a8c163a13683ff40ec2dc81738d3e1e711.tar.xz ice-8c6dd2a8c163a13683ff40ec2dc81738d3e1e711.zip |
windows fixes.
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. |