Bug 16106 - Windows build fixes for ports
Summary: Windows build fixes for ports
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-23 15:33 PST by Kevin Ollivier
Modified: 2007-11-23 16:56 PST (History)
0 users

See Also:


Attachments
USE(CURL) and MSVC port compilation fixes (3.68 KB, patch)
2007-11-23 15:34 PST, Kevin Ollivier
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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