Fix otNetifAddress declaration to work between C & C++ (#1037)

* Fix otNetifAddress declaration to work between C & C++
This commit is contained in:
Nick Banks
2016-12-05 16:23:30 -08:00
committed by Jonathan Hui
parent c53c0e4a80
commit 55e17533b9
8 changed files with 82 additions and 4 deletions
+1
View File
@@ -48,6 +48,7 @@ extern "C" {
#endif
#ifdef _WIN32
#pragma warning(disable:4214) // nonstandard extension used: bit field types other than int
#ifdef _KERNEL_MODE
#include <ntdef.h>
#else