Bug 16106

Summary: Windows build fixes for ports
Product: WebKit Reporter: Kevin Ollivier <kevino>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
Attachments:
Description Flags
USE(CURL) and MSVC port compilation fixes aroben: review+

Description Kevin Ollivier 2007-11-23 15:33:29 PST
These fix building with CURL on Windows and with any port that uses the _r threadsafe functions when compiling with MSVC.
Comment 1 Kevin Ollivier 2007-11-23 15:34:04 PST
Created attachment 17473 [details]
USE(CURL) and MSVC port compilation fixes
Comment 2 Adam Roben (:aroben) 2007-11-23 15:52:57 PST
Comment on attachment 17473 [details]
USE(CURL) and MSVC port compilation fixes

+        include pthreds.h to get the threadsafe *_r functions.

Typo: pthreds.h -> pthreads.h

r=me
Comment 3 Kevin Ollivier 2007-11-23 16:56:15 PST
landed in r27994