Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
11d70d73
Commit
11d70d73
authored
Feb 22, 2005
by
Hans Leidekker
Committed by
Alexandre Julliard
Feb 22, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add IsDestinationReachableW.
parent
b49d92d8
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
Makefile.in
dlls/unicows/Makefile.in
+1
-1
main.c
dlls/unicows/main.c
+2
-0
unicows.spec
dlls/unicows/unicows.spec
+1
-1
No files found.
dlls/unicows/Makefile.in
View file @
11d70d73
...
...
@@ -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
...
...
dlls/unicows/main.c
View file @
11d70d73
...
...
@@ -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
,
...
...
dlls/unicows/unicows.spec
View file @
11d70d73
...
...
@@ -269,7 +269,7 @@
@ stdcall IsCharLowerW(long)
@ stdcall IsCharUpperW(long)
@ stdcall IsClipboardFormatAvailable(long)
@ st
ub IsDestinationReachableW
@ st
dcall IsDestinationReachableW(wstr ptr)
@ stdcall IsDialogMessageW(long ptr)
@ stdcall IsTextUnicode(ptr long ptr)
@ stdcall IsValidCodePage(long)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment