Commit 9b895af1 authored by Alexandre Julliard's avatar Alexandre Julliard

vnbt.vxd: Build with msvcrt.

parent 2c36c977
MODULE = vnbt.vxd
IMPORTS = iphlpapi ws2_32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
vnbt.c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment