diff options
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 |