Fixes for headers when compiled under C++

(cherry picked from commit 840669b253)
This commit is contained in:
Iain Denniston 2011-03-11 17:26:35 +00:00 committed by Marcelo Roberto Jimenez
parent 1df5609d52
commit a1d7727903
3 changed files with 5 additions and 2 deletions

View File

@ -255,6 +255,9 @@ Version 1.8.0
Version 1.6.13
*******************************************************************************
2011-03-08 Iain Denniston <iain.denniston(at)gmail.com>
Fixes for headers when compiled under C++
2011-03-08 Iain Denniston <iain.denniston(at)gmail.com>
Fix for uuid_unpack incorrect shift precedence.

View File

@ -45,7 +45,7 @@
#define HTTP_DEFAULT_TIMEOUT 30
#ifdef __cplusplus
#extern "C" {
extern "C" {
#endif
int http_CancelHttpGet(IN void *Handle);

View File

@ -60,7 +60,7 @@ typedef struct
} SOCKINFO;
#ifdef __cplusplus
#extern "C" {
extern "C" {
#endif
/*!