X-Git-Url: https://git.saurik.com/apple/mdnsresponder.git/blobdiff_plain/619ee211a2d1cd19533acb8c109cb34a602cbd46..8ec81f6c99056f5c63e0045ca48a7c405058254b:/mDNSWindows/VPCDetect.cpp diff --git a/mDNSWindows/VPCDetect.cpp b/mDNSWindows/VPCDetect.cpp index c0f4d01..3df7c14 100755 --- a/mDNSWindows/VPCDetect.cpp +++ b/mDNSWindows/VPCDetect.cpp @@ -13,20 +13,7 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - - Change History (most recent first): - -$Log: VPCDetect.cpp,v $ -Revision 1.3 2006/08/14 23:25:20 cheshire -Re-licensed mDNSResponder daemon source code under Apache License, Version 2.0 - -Revision 1.2 2006/02/26 19:31:05 herscher - Bonjour For Windows takes 90 seconds to start. This was caused by a bad interaction between the VirtualPC check, and the removal of the WMI dependency. The problem was fixed by: 1) checking to see if WMI is running before trying to talk to it. 2) Retrying the VirtualPC check every 10 seconds upon failure, stopping after 10 unsuccessful tries. - -Revision 1.1 2005/11/27 20:21:16 herscher - Workaround Virtual PC bug that incorrectly modifies incoming mDNS packets - -*/ + */ #define _WIN32_DCOM #include "VPCDetect.h"