Fixes for headers when compiled under C++
(cherry picked from commit 840669b253
)
This commit is contained in:
parent
1df5609d52
commit
a1d7727903
@ -255,6 +255,9 @@ Version 1.8.0
|
|||||||
Version 1.6.13
|
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>
|
2011-03-08 Iain Denniston <iain.denniston(at)gmail.com>
|
||||||
Fix for uuid_unpack incorrect shift precedence.
|
Fix for uuid_unpack incorrect shift precedence.
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
#define HTTP_DEFAULT_TIMEOUT 30
|
#define HTTP_DEFAULT_TIMEOUT 30
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int http_CancelHttpGet(IN void *Handle);
|
int http_CancelHttpGet(IN void *Handle);
|
||||||
|
@ -60,7 +60,7 @@ typedef struct
|
|||||||
} SOCKINFO;
|
} SOCKINFO;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Loading…
Reference in New Issue
Block a user