vnbt.vxd: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2c36c977f7
commit
9b895af1df
|
@ -1,5 +1,7 @@
|
||||||
MODULE = vnbt.vxd
|
MODULE = vnbt.vxd
|
||||||
IMPORTS = iphlpapi ws2_32
|
IMPORTS = iphlpapi ws2_32
|
||||||
|
|
||||||
|
EXTRADLLFLAGS = -mno-cygwin
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
vnbt.c
|
vnbt.c
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include "windef.h"
|
#include "windef.h"
|
||||||
#include "winbase.h"
|
#include "winbase.h"
|
||||||
|
@ -29,10 +27,6 @@
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(vxd);
|
WINE_DEFAULT_DEBUG_CHANNEL(vxd);
|
||||||
|
|
||||||
#ifndef INADDR_NONE
|
|
||||||
#define INADDR_NONE ~0UL
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct _nbtInfo
|
typedef struct _nbtInfo
|
||||||
{
|
{
|
||||||
DWORD ip;
|
DWORD ip;
|
||||||
|
|
Loading…
Reference in New Issue