mirror of
https://github.com/espressif/openthread.git
synced 2026-09-09 02:30:11 +00:00
Fix otNetifAddress declaration to work between C & C++ (#1037)
* Fix otNetifAddress declaration to work between C & C++
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user