Commit 11d70d73 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

Add IsDestinationReachableW.

parent b49d92d8
...@@ -4,7 +4,7 @@ SRCDIR = @srcdir@ ...@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = unicows.dll MODULE = unicows.dll
IMPORTS = avicap32 msvfw32 oledlg comdlg32 shell32 winmm winspool \ IMPORTS = avicap32 msvfw32 oledlg comdlg32 shell32 winmm winspool \
rasapi32 secur32 version user32 mpr gdi32 advapi32 kernel32 rasapi32 secur32 sensapi version user32 mpr gdi32 advapi32 kernel32
C_SRCS = \ C_SRCS = \
main.c main.c
......
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
#include "shellapi.h" #include "shellapi.h"
#include "vfw.h" #include "vfw.h"
#include "winnetwk.h" #include "winnetwk.h"
#include "sensapi.h"
/* Create a dummy reference to every function we need so that /* Create a dummy reference to every function we need so that
* the linker will import them. * the linker will import them.
...@@ -314,6 +315,7 @@ const void *dummy_references[] = ...@@ -314,6 +315,7 @@ const void *dummy_references[] =
IsCharLowerW, IsCharLowerW,
IsCharUpperW, IsCharUpperW,
IsClipboardFormatAvailable, IsClipboardFormatAvailable,
IsDestinationReachableW,
IsDialogMessageW, IsDialogMessageW,
IsTextUnicode, IsTextUnicode,
IsValidCodePage, IsValidCodePage,
......
...@@ -269,7 +269,7 @@ ...@@ -269,7 +269,7 @@
@ stdcall IsCharLowerW(long) @ stdcall IsCharLowerW(long)
@ stdcall IsCharUpperW(long) @ stdcall IsCharUpperW(long)
@ stdcall IsClipboardFormatAvailable(long) @ stdcall IsClipboardFormatAvailable(long)
@ stub IsDestinationReachableW @ stdcall IsDestinationReachableW(wstr ptr)
@ stdcall IsDialogMessageW(long ptr) @ stdcall IsDialogMessageW(long ptr)
@ stdcall IsTextUnicode(ptr long ptr) @ stdcall IsTextUnicode(ptr long ptr)
@ stdcall IsValidCodePage(long) @ stdcall IsValidCodePage(long)
......
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