diff options
author | Bernard Normier <bernard@zeroc.com> | 2006-03-03 18:12:24 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2006-03-03 18:12:24 +0000 |
commit | 8f4b9aa28b96dfa2935abe5cd12d557c96f0b729 (patch) | |
tree | d9c7cf47f18d9d76029f71c0d1eb9dc4462d3734 /cppe/src/IceE/Thread.cpp | |
parent | Added BatchOneways.cs (diff) | |
download | ice-8f4b9aa28b96dfa2935abe5cd12d557c96f0b729.tar.bz2 ice-8f4b9aa28b96dfa2935abe5cd12d557c96f0b729.tar.xz ice-8f4b9aa28b96dfa2935abe5cd12d557c96f0b729.zip |
Fixed WinCE build failure
Diffstat (limited to 'cppe/src/IceE/Thread.cpp')
-rw-r--r-- | cppe/src/IceE/Thread.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cppe/src/IceE/Thread.cpp b/cppe/src/IceE/Thread.cpp index 76ed9431ce2..e3a63d68fc9 100644 --- a/cppe/src/IceE/Thread.cpp +++ b/cppe/src/IceE/Thread.cpp @@ -105,7 +105,12 @@ IceUtil::Thread::~Thread() { } + +#ifdef _WIN32_WCE +static DWORD +#else static unsigned int +#endif WINAPI startHook(void* arg) { // Ensure that the thread doesn't go away until run() has |