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
fc17535e
Commit
fc17535e
authored
Dec 05, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server: No longer depend on libwine.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
763d1602
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
6 deletions
+2
-6
Makefile.in
server/Makefile.in
+1
-1
mach.c
server/mach.c
+0
-1
main.c
server/main.c
+1
-2
registry.c
server/registry.c
+0
-1
request.c
server/request.c
+0
-1
No files found.
server/Makefile.in
View file @
fc17535e
...
...
@@ -50,4 +50,4 @@ MANPAGES = \
wineserver.fr.UTF-8.man.in
\
wineserver.man.in
EXTRALIBS
=
$(LDEXECFLAGS)
-lwine
$(POLL_LIBS)
$(RT_LIBS)
$(INOTIFY_LIBS)
EXTRALIBS
=
$(LDEXECFLAGS)
$(POLL_LIBS)
$(RT_LIBS)
$(INOTIFY_LIBS)
server/mach.c
View file @
fc17535e
...
...
@@ -41,7 +41,6 @@
#include "process.h"
#include "thread.h"
#include "request.h"
#include "wine/library.h"
#ifdef USE_MACH
...
...
server/main.c
View file @
fc17535e
...
...
@@ -36,7 +36,6 @@
#include "file.h"
#include "thread.h"
#include "request.h"
#include "wine/library.h"
/* command-line options */
int
debug_level
=
0
;
...
...
@@ -108,7 +107,7 @@ static void parse_args( int argc, char *argv[] )
master_socket_timeout
=
TIMEOUT_INFINITE
;
break
;
case
'v'
:
fprintf
(
stderr
,
"%s
\n
"
,
wine_get_build_id
()
);
fprintf
(
stderr
,
"%s
\n
"
,
PACKAGE_STRING
);
exit
(
0
);
case
'w'
:
wait_for_lock
();
...
...
server/registry.c
View file @
fc17535e
...
...
@@ -48,7 +48,6 @@
#include "security.h"
#include "winternl.h"
#include "wine/library.h"
struct
notify
{
...
...
server/request.c
View file @
fc17535e
...
...
@@ -61,7 +61,6 @@
#include "winbase.h"
#include "wincon.h"
#include "winternl.h"
#include "wine/library.h"
#include "file.h"
#include "process.h"
...
...
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