X-Git-Url: https://git.saurik.com/apple/mdnsresponder.git/blobdiff_plain/67c8f8a10700c05d2460d60f5927f23cb5cb9241..ca3eca6bb9e566fa2f1db828ae1825ca099188fd:/mDNSWindows/DLL.NET/dnssd_NET.cpp diff --git a/mDNSWindows/DLL.NET/dnssd_NET.cpp b/mDNSWindows/DLL.NET/dnssd_NET.cpp index f5ba486..b30699e 100755 --- a/mDNSWindows/DLL.NET/dnssd_NET.cpp +++ b/mDNSWindows/DLL.NET/dnssd_NET.cpp @@ -17,6 +17,10 @@ Change History (most recent first): $Log: dnssd_NET.cpp,v $ +Revision 1.11 2009/03/30 20:19:05 herscher + Current Bonjour code does not compile on Windows + Move build train to Visual Studio 2005 + Revision 1.10 2006/08/14 23:25:43 cheshire Re-licensed mDNSResponder daemon source code under Apache License, Version 2.0 @@ -120,7 +124,7 @@ ServiceRef::StartThread() m_impl->SetupEvents(); - m_thread = new Thread(new ThreadStart(this, ProcessingThread)); + m_thread = new Thread(new ThreadStart(this, &Apple::DNSSD::ServiceRef::ProcessingThread)); m_thread->Name = S"DNSService Thread"; m_thread->IsBackground = true;