summaryrefslogtreecommitdiff
path: root/cppe/src
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2006-03-03 18:12:24 +0000
committerBernard Normier <bernard@zeroc.com>2006-03-03 18:12:24 +0000
commit8f4b9aa28b96dfa2935abe5cd12d557c96f0b729 (patch)
treed9c7cf47f18d9d76029f71c0d1eb9dc4462d3734 /cppe/src
parentAdded BatchOneways.cs (diff)
downloadice-8f4b9aa28b96dfa2935abe5cd12d557c96f0b729.tar.bz2
ice-8f4b9aa28b96dfa2935abe5cd12d557c96f0b729.tar.xz
ice-8f4b9aa28b96dfa2935abe5cd12d557c96f0b729.zip
Fixed WinCE build failure
Diffstat (limited to 'cppe/src')
-rw-r--r--cppe/src/IceE/Thread.cpp5
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