summaryrefslogtreecommitdiff
path: root/README.3rdPARTY
diff options
context:
space:
mode:
Diffstat (limited to 'README.3rdPARTY')
-rwxr-xr-xREADME.3rdPARTY4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.3rdPARTY b/README.3rdPARTY
index 1e78958..aad8d62 100755
--- a/README.3rdPARTY
+++ b/README.3rdPARTY
@@ -59,4 +59,6 @@ http://code.google.com/p/google-url/
- changes for Windows:
- added pure nmake build system
- fixed trouble around UINT64
-
+- chnages for pure C89++:
+ - strtoull and unsigned long long are defined in C99 only
+ (FreeBSD header files are extremly picky to keep up the standard)