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
4ea954df
Commit
4ea954df
authored
May 15, 2007
by
Andrew Talbot
Committed by
Alexandre Julliard
May 16, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Exclude unused headers.
parent
14a32754
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
0 additions
and
17 deletions
+0
-17
classmoniker.c
dlls/ole32/classmoniker.c
+0
-1
hglobalstream.c
dlls/ole32/hglobalstream.c
+0
-1
ole16.c
dlls/ole32/ole16.c
+0
-1
ole2.c
dlls/ole32/ole2.c
+0
-2
ole2_16.c
dlls/ole32/ole2_16.c
+0
-4
ole2impl.c
dlls/ole32/ole2impl.c
+0
-1
ole2nls.c
dlls/ole32/ole2nls.c
+0
-3
ole32_main.c
dlls/ole32/ole32_main.c
+0
-1
oleproxy.c
dlls/ole32/oleproxy.c
+0
-1
stg_stream.c
dlls/ole32/stg_stream.c
+0
-1
storage.c
dlls/ole32/storage.c
+0
-1
No files found.
dlls/ole32/classmoniker.c
View file @
4ea954df
...
@@ -31,7 +31,6 @@
...
@@ -31,7 +31,6 @@
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "winuser.h"
#include "winuser.h"
#include "winnls.h"
#include "wine/debug.h"
#include "wine/debug.h"
#include "ole2.h"
#include "ole2.h"
#include "wine/unicode.h"
#include "wine/unicode.h"
...
...
dlls/ole32/hglobalstream.c
View file @
4ea954df
...
@@ -39,7 +39,6 @@
...
@@ -39,7 +39,6 @@
#include "objbase.h"
#include "objbase.h"
#include "ole2.h"
#include "ole2.h"
#include "winerror.h"
#include "winerror.h"
#include "winreg.h"
#include "winternl.h"
#include "winternl.h"
#include "wine/debug.h"
#include "wine/debug.h"
...
...
dlls/ole32/ole16.c
View file @
4ea954df
...
@@ -35,7 +35,6 @@
...
@@ -35,7 +35,6 @@
#include "winuser.h"
#include "winuser.h"
#include "objbase.h"
#include "objbase.h"
#include "ole2.h"
#include "ole2.h"
#include "ole2ver.h"
#include "rpc.h"
#include "rpc.h"
#include "winerror.h"
#include "winerror.h"
#include "winreg.h"
#include "winreg.h"
...
...
dlls/ole32/ole2.c
View file @
4ea954df
...
@@ -41,10 +41,8 @@
...
@@ -41,10 +41,8 @@
#include "winuser.h"
#include "winuser.h"
#include "winnls.h"
#include "winnls.h"
#include "winreg.h"
#include "winreg.h"
#include "commctrl.h"
#include "ole2.h"
#include "ole2.h"
#include "ole2ver.h"
#include "ole2ver.h"
#include "wownt32.h"
#include "wine/unicode.h"
#include "wine/unicode.h"
#include "compobj_private.h"
#include "compobj_private.h"
...
...
dlls/ole32/ole2_16.c
View file @
4ea954df
...
@@ -35,12 +35,8 @@
...
@@ -35,12 +35,8 @@
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
#include "winuser.h"
#include "winuser.h"
#include "winnls.h"
#include "commctrl.h"
#include "ole2.h"
#include "ole2.h"
#include "ole2ver.h"
#include "winerror.h"
#include "winerror.h"
#include "wownt32.h"
#include "wine/winbase16.h"
#include "wine/winbase16.h"
#include "wine/wingdi16.h"
#include "wine/wingdi16.h"
...
...
dlls/ole32/ole2impl.c
View file @
4ea954df
...
@@ -32,7 +32,6 @@
...
@@ -32,7 +32,6 @@
#include "wine/debug.h"
#include "wine/debug.h"
#include "ole2.h"
#include "ole2.h"
#include "olestd.h"
#include "olestd.h"
#include "winreg.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
ole
);
WINE_DEFAULT_DEBUG_CHANNEL
(
ole
);
...
...
dlls/ole32/ole2nls.c
View file @
4ea954df
...
@@ -31,11 +31,8 @@
...
@@ -31,11 +31,8 @@
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "winerror.h"
#include "winnls.h"
#include "winnls.h"
#include "winreg.h"
#include "winuser.h"
#include "winuser.h"
#include "winver.h"
#include "wine/winbase16.h"
#include "wine/winbase16.h"
...
...
dlls/ole32/ole32_main.c
View file @
4ea954df
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
#include <stdio.h>
#include <stdio.h>
#include "windef.h"
#include "windef.h"
#include "winerror.h"
#include "winbase.h"
#include "winbase.h"
#include "wingdi.h"
#include "wingdi.h"
#include "winuser.h"
#include "winuser.h"
...
...
dlls/ole32/oleproxy.c
View file @
4ea954df
...
@@ -53,7 +53,6 @@
...
@@ -53,7 +53,6 @@
#include "ole2.h"
#include "ole2.h"
#include "rpc.h"
#include "rpc.h"
#include "winerror.h"
#include "winerror.h"
#include "winreg.h"
#include "wtypes.h"
#include "wtypes.h"
#include "compobj_private.h"
#include "compobj_private.h"
...
...
dlls/ole32/stg_stream.c
View file @
4ea954df
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "winerror.h"
#include "winerror.h"
#include "winreg.h"
#include "winternl.h"
#include "winternl.h"
#include "wine/debug.h"
#include "wine/debug.h"
...
...
dlls/ole32/storage.c
View file @
4ea954df
...
@@ -36,7 +36,6 @@
...
@@ -36,7 +36,6 @@
#define NONAMELESSSTRUCT
#define NONAMELESSSTRUCT
#include "windef.h"
#include "windef.h"
#include "winbase.h"
#include "winbase.h"
#include "winreg.h"
#include "winternl.h"
#include "winternl.h"
#include "winerror.h"
#include "winerror.h"
#include "wine/winbase16.h"
#include "wine/winbase16.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