Fixes for headers when compiled under C++
This commit is contained in:
parent
e30e7bd586
commit
840669b253
@ -2,6 +2,9 @@
|
||||
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.
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
#define HTTP_DEFAULT_TIMEOUT 30
|
||||
|
||||
#ifdef __cplusplus
|
||||
#extern "C" {
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
int http_CancelHttpGet(IN void *Handle);
|
||||
|
@ -60,7 +60,7 @@ typedef struct
|
||||
} SOCKINFO;
|
||||
|
||||
#ifdef __cplusplus
|
||||
#extern "C" {
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*!
|
||||
|
Loading…
x
Reference in New Issue
Block a user