vnbt.vxd: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-25 08:39:32 +02:00
parent 2c36c977f7
commit 9b895af1df
2 changed files with 2 additions and 6 deletions

View file

@ -1,5 +1,7 @@
MODULE = vnbt.vxd
IMPORTS = iphlpapi ws2_32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
vnbt.c

View file

@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
@ -29,10 +27,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(vxd);
#ifndef INADDR_NONE
#define INADDR_NONE ~0UL
#endif
typedef struct _nbtInfo
{
DWORD ip;