Add IsDestinationReachableW.
authorHans Leidekker <hans@it.vu.nl>
Tue, 22 Feb 2005 14:49:43 +0000 (14:49 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 22 Feb 2005 14:49:43 +0000 (14:49 +0000)
dlls/unicows/Makefile.in
dlls/unicows/main.c
dlls/unicows/unicows.spec

index 5d1c78146287e1bfa84df6ded71cafacde370f91..617926d63991bdb1295d1d82327e4f2ba225fbd7 100644 (file)
@@ -4,7 +4,7 @@ SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = unicows.dll
 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 = \
        main.c
index 3db216776f485482f81035e93294ce4df9410f65..5fd3d164579e78f9b347f90654d41b8abf0bf55b 100644 (file)
@@ -40,6 +40,7 @@
 #include "shellapi.h"
 #include "vfw.h"
 #include "winnetwk.h"
+#include "sensapi.h"
 
 /* Create a dummy reference to every function we need so that
  * the linker will import them.
@@ -314,6 +315,7 @@ const void *dummy_references[] =
     IsCharLowerW,
     IsCharUpperW,
     IsClipboardFormatAvailable,
+    IsDestinationReachableW,
     IsDialogMessageW,
     IsTextUnicode,
     IsValidCodePage,
index 21502fd782079cf99ddf15621489f9c75bb8f6c3..79a718f36709d040533e01f94c4f64cc91d02b4d 100644 (file)
 @ stdcall IsCharLowerW(long)
 @ stdcall IsCharUpperW(long)
 @ stdcall IsClipboardFormatAvailable(long)
-@ stub IsDestinationReachableW
+@ stdcall IsDestinationReachableW(wstr ptr)
 @ stdcall IsDialogMessageW(long ptr)
 @ stdcall IsTextUnicode(ptr long ptr)
 @ stdcall IsValidCodePage(long)