diff options
| author | David <david@xagasoft.com> | 2010-02-04 21:37:00 +0000 | 
|---|---|---|
| committer | David <david@xagasoft.com> | 2010-02-04 21:37:00 +0000 | 
| commit | 1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b (patch) | |
| tree | bd4236dd6ffb7e7ca19eb3611e3c57e8f1ef924e /src/protocolhttp.cpp | |
| parent | 81b7d806028bd484e2765cbc57b9677544bf52b2 (diff) | |
| download | libbu++-1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b.tar.gz libbu++-1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b.tar.bz2 libbu++-1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b.tar.xz libbu++-1f29dc180b5a86ddf2115f97ad410e0e9b1beb4b.zip | |
david - Made a build-M3 file for building to windows (mingw). This one actually builds *.cpp, yay!... Although i took out Process, Plugger, and Regex... to be re-added later... also had to stubify a few more functions when compiling on WIN32.
Diffstat (limited to 'src/protocolhttp.cpp')
| -rw-r--r-- | src/protocolhttp.cpp | 6 | 
1 files changed, 5 insertions, 1 deletions
| diff --git a/src/protocolhttp.cpp b/src/protocolhttp.cpp index 534cb02..0c45ea7 100644 --- a/src/protocolhttp.cpp +++ b/src/protocolhttp.cpp | |||
| @@ -6,7 +6,11 @@ | |||
| 6 | */ | 6 | */ | 
| 7 | 7 | ||
| 8 | #include <dirent.h> | 8 | #include <dirent.h> | 
| 9 | #include <sys/wait.h> | 9 | |
| 10 | #ifndef WIN32 | ||
| 11 | #include <sys/wait.h> | ||
| 12 | #endif | ||
| 13 | |||
| 10 | #include <errno.h> | 14 | #include <errno.h> | 
| 11 | #include <stdlib.h> | 15 | #include <stdlib.h> | 
| 12 | #include "bu/protocolhttp.h" | 16 | #include "bu/protocolhttp.h" | 
