From d702ab14c97572e99a4586931c3ba465974c7081 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 2 Sep 2012 12:19:25 +0200 Subject: googleurl works on FreeBSD now, C99 fix around 64-bit and strtoull --- README.3rdPARTY | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.3rdPARTY') 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) -- cgit v1.2.3-54-g00ecf