lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #58311] Win32: need to replace <ntddndis.h> include wi


From: Andrey Vinogradov
Subject: [lwip-devel] [bug #58311] Win32: need to replace <ntddndis.h> include with <ndis.h> in pcapif_helper.c
Date: Wed, 6 May 2020 14:39:21 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.129 Safari/537.36

Follow-up Comment #1, bug #58311 (project lwip):

UPD: looks like <ntddndis.h> work's fine for MinGW compiler, but for MSVC
should be <ndis.h>

probably should be something like that:
#ifdef _MSC_VER
#include <ndis.h>
#else
#include <ntddndis.h>
#endif

    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?58311>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]