Last change
on this file since 90406 was 85671, checked in by vboxsync, 5 years ago |
Export out internal curl copy to make it a lot simpler to build VBox (OSE) on Windows. bugref:9814
|
-
Property svn:eol-style
set to
native
|
File size:
725 bytes
|
Line | |
---|
1 | _ _ ____ _
|
---|
2 | ___| | | | _ \| |
|
---|
3 | / __| | | | |_) | |
|
---|
4 | | (__| |_| | _ <| |___
|
---|
5 | \___|\___/|_| \_\_____|
|
---|
6 |
|
---|
7 | Include files for libcurl, external users.
|
---|
8 |
|
---|
9 | They're all placed in the curl subdirectory here for better fit in any kind
|
---|
10 | of environment. You must include files from here using...
|
---|
11 |
|
---|
12 | #include <curl/curl.h>
|
---|
13 |
|
---|
14 | ... style and point the compiler's include path to the directory holding the
|
---|
15 | curl subdirectory. It makes it more likely to survive future modifications.
|
---|
16 |
|
---|
17 | The public curl include files can be shared freely between different platforms
|
---|
18 | and different architectures.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.