From 1db1a40c0921d8e0520aa083a0cad470abb2033d Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 25 Mar 2009 11:39:57 +0000 Subject: more of the fix but it still doesnt build. I know we said this might be unstable, but when writing *windows* code can you all please make sure it BUILDS on windows??? git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11261 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/threadengines/threadengine_win32.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/threadengines/threadengine_win32.cpp b/src/threadengines/threadengine_win32.cpp index 5a0635a09..a20251348 100644 --- a/src/threadengines/threadengine_win32.cpp +++ b/src/threadengines/threadengine_win32.cpp @@ -18,7 +18,7 @@ ThreadEngine::ThreadEngine(InspIRCd* Instance) { } -void ThreadEngine::Create(Thread* thread) +void ThreadEngine::Start(Thread* thread) { ThreadData* data = new ThreadData; thread->state = data; -- cgit v1.2.3