summaryrefslogtreecommitdiff
path: root/README.3rdPARTY
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-12 10:40:23 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-12 10:40:23 +0200
commitfe4e07657381e7db947630981a1d34410e4753e3 (patch)
tree7daf065a73ab29fd954f81e40dfde9f6e66a022a /README.3rdPARTY
parentb2f35389b68fb1e58ea13dc273fdebaf534a325c (diff)
downloadcrawler-fe4e07657381e7db947630981a1d34410e4753e3.tar.gz
crawler-fe4e07657381e7db947630981a1d34410e4753e3.tar.bz2
streamhtmlparser works on Windows
Diffstat (limited to 'README.3rdPARTY')
-rwxr-xr-xREADME.3rdPARTY6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.3rdPARTY b/README.3rdPARTY
index b50eed5..7347ab9 100755
--- a/README.3rdPARTY
+++ b/README.3rdPARTY
@@ -30,7 +30,11 @@ http://code.google.com/p/streamhtmlparser/
- added constant namespace 'streamhtmlparser' in htmlparser_cpp.h.in htmlparser_cpp.h
- changed system includes <streamhtmlparser/*> to "*"
- fixed some "error: comma at end of enumerator list [-Werror=pedantic]"
-
+- changes for Windows (in port.h):
+ - inline and __inline
+ - no strings.h on Windows
+ - str(n)casecmp is str(n)icmp and snprintf/_snprintf on Windows
+
google-url
----------