Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
ef45e119
Commit
ef45e119
authored
Oct 04, 2021
by
Huw Davies
Committed by
Alexandre Julliard
Oct 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nsiproxy: Rename private unixlib header to unix_private.h.
Signed-off-by:
Huw Davies
<
huw@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
73686845
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
ip.c
dlls/nsiproxy.sys/ip.c
+1
-1
ndis.c
dlls/nsiproxy.sys/ndis.c
+1
-1
nsi.c
dlls/nsiproxy.sys/nsi.c
+1
-1
tcp.c
dlls/nsiproxy.sys/tcp.c
+1
-1
udp.c
dlls/nsiproxy.sys/udp.c
+1
-1
unix_private.h
dlls/nsiproxy.sys/unix_private.h
+1
-1
No files found.
dlls/nsiproxy.sys/ip.c
View file @
ef45e119
...
...
@@ -103,7 +103,7 @@
#include "wine/nsi.h"
#include "wine/debug.h"
#include "
nsiproxy
_private.h"
#include "
unix
_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
nsi
);
...
...
dlls/nsiproxy.sys/ndis.c
View file @
ef45e119
...
...
@@ -91,7 +91,7 @@
#include "wine/debug.h"
#include "wine/unixlib.h"
#include "
nsiproxy
_private.h"
#include "
unix
_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
nsi
);
...
...
dlls/nsiproxy.sys/nsi.c
View file @
ef45e119
...
...
@@ -36,7 +36,7 @@
#include "wine/nsi.h"
#include "wine/debug.h"
#include "wine/unixlib.h"
#include "
nsiproxy
_private.h"
#include "
unix
_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
nsi
);
...
...
dlls/nsiproxy.sys/tcp.c
View file @
ef45e119
...
...
@@ -105,7 +105,7 @@
#include "wine/debug.h"
#include "wine/server.h"
#include "
nsiproxy
_private.h"
#include "
unix
_private.h"
#ifndef HAVE_NETINET_TCP_FSM_H
#define TCPS_ESTABLISHED 1
...
...
dlls/nsiproxy.sys/udp.c
View file @
ef45e119
...
...
@@ -85,7 +85,7 @@
#include "wine/debug.h"
#include "wine/server.h"
#include "
nsiproxy
_private.h"
#include "
unix
_private.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
nsi
);
...
...
dlls/nsiproxy.sys/
nsiproxy
_private.h
→
dlls/nsiproxy.sys/
unix
_private.h
View file @
ef45e119
/*
* nsiproxy.sys
* nsiproxy.sys
unixlib private header
*
* Copyright 2021 Huw Davies
*
...
...
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