ChangeSet ID: 16230 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/22 08:49:44 Modified files: dlls/unicows : unicows.spec main.c Makefile.in Log message: Hans Leidekker Add IsDestinationReachableW. Patch: http://cvs.winehq.org/patch.py?id=16230 Old revision New revision Changes Path 1.3 1.4 +1 -1 wine/dlls/unicows/unicows.spec 1.3 1.4 +2 -0 wine/dlls/unicows/main.c 1.2 1.3 +1 -1 wine/dlls/unicows/Makefile.in Index: wine/dlls/unicows/unicows.spec diff -u -p wine/dlls/unicows/unicows.spec:1.3 wine/dlls/unicows/unicows.spec:1.4 --- wine/dlls/unicows/unicows.spec:1.3 Sat May 18 09:00:03 2013 +++ wine/dlls/unicows/unicows.spec Sat May 18 09:00:03 2013 @@ -269,7 +269,7 @@ @ 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) Index: wine/dlls/unicows/main.c diff -u -p wine/dlls/unicows/main.c:1.3 wine/dlls/unicows/main.c:1.4 --- wine/dlls/unicows/main.c:1.3 Sat May 18 09:00:03 2013 +++ wine/dlls/unicows/main.c Sat May 18 09:00:03 2013 @@ -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: wine/dlls/unicows/Makefile.in diff -u -p wine/dlls/unicows/Makefile.in:1.2 wine/dlls/unicows/Makefile.in:1.3 --- wine/dlls/unicows/Makefile.in:1.2 Sat May 18 09:00:03 2013 +++ wine/dlls/unicows/Makefile.in Sat May 18 09:00:03 2013 @@ -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