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
d5d056ef
Commit
d5d056ef
authored
May 17, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
May 18, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rpcrt4: Exclude unused headers.
parent
37386dba
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
9 deletions
+0
-9
ndr_clientserver.c
dlls/rpcrt4/ndr_clientserver.c
+0
-1
ndr_marshall.c
dlls/rpcrt4/ndr_marshall.c
+0
-1
ndr_ole.c
dlls/rpcrt4/ndr_ole.c
+0
-1
ndr_stubless.c
dlls/rpcrt4/ndr_stubless.c
+0
-1
rpc_binding.c
dlls/rpcrt4/rpc_binding.c
+0
-1
rpc_epmap.c
dlls/rpcrt4/rpc_epmap.c
+0
-1
rpc_message.c
dlls/rpcrt4/rpc_message.c
+0
-1
rpc_server.c
dlls/rpcrt4/rpc_server.c
+0
-1
rpc_transport.c
dlls/rpcrt4/rpc_transport.c
+0
-1
No files found.
dlls/rpcrt4/ndr_clientserver.c
View file @
d5d056ef
...
...
@@ -32,7 +32,6 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "objbase.h"
...
...
dlls/rpcrt4/ndr_marshall.c
View file @
d5d056ef
...
...
@@ -39,7 +39,6 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "ndr_misc.h"
#include "rpcndr.h"
...
...
dlls/rpcrt4/ndr_ole.c
View file @
d5d056ef
...
...
@@ -33,7 +33,6 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "objbase.h"
...
...
dlls/rpcrt4/ndr_stubless.c
View file @
d5d056ef
...
...
@@ -33,7 +33,6 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "objbase.h"
#include "rpc.h"
...
...
dlls/rpcrt4/rpc_binding.c
View file @
d5d056ef
...
...
@@ -30,7 +30,6 @@
#include "winbase.h"
#include "winnls.h"
#include "winerror.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/unicode.h"
...
...
dlls/rpcrt4/rpc_epmap.c
View file @
d5d056ef
...
...
@@ -29,7 +29,6 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "rpc.h"
...
...
dlls/rpcrt4/rpc_message.c
View file @
d5d056ef
...
...
@@ -27,7 +27,6 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "rpc.h"
#include "rpcndr.h"
...
...
dlls/rpcrt4/rpc_server.c
View file @
d5d056ef
...
...
@@ -33,7 +33,6 @@
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "winreg.h"
#include "rpc.h"
#include "rpcndr.h"
...
...
dlls/rpcrt4/rpc_transport.c
View file @
d5d056ef
...
...
@@ -60,7 +60,6 @@
#include "winbase.h"
#include "winnls.h"
#include "winerror.h"
#include "winreg.h"
#include "winternl.h"
#include "wine/unicode.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