diff options
| author | 2008-02-22 15:08:41 +0000 | |
|---|---|---|
| committer | 2008-02-22 15:08:41 +0000 | |
| commit | a6f16dd4d0ecf27255be2c93f473fae987eeff91 (patch) | |
| tree | de913b88294a34b4abebb3d9bf35106c843d5bbe /include/threadengines/threadengine_win32.h | |
| parent | Add extra stuff to compile threadengine_win32.cpp (diff) | |
Win32ThreadEngine makes sense now. No gaurantees it compiles yet.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8990 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/threadengines/threadengine_win32.h')
| -rw-r--r-- | include/threadengines/threadengine_win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/threadengines/threadengine_win32.h b/include/threadengines/threadengine_win32.h index c426372a9..696948d19 100644 --- a/include/threadengines/threadengine_win32.h +++ b/include/threadengines/threadengine_win32.h @@ -33,7 +33,7 @@ class CoreExport Win32ThreadEngine : public ThreadEngine void Run(); - static void* Entry(void* parameter); + static DWORD WINAPI Entry(void* parameter); void Create(Thread* thread_to_init); |
