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
7fe06002
Commit
7fe06002
authored
Mar 16, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 17, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Remove unneeded NONAMELESSXXX directives.
parent
fe1a57c2
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
1 addition
and
29 deletions
+1
-29
antimoniker.c
dlls/ole32/antimoniker.c
+0
-1
classmoniker.c
dlls/ole32/classmoniker.c
+0
-2
clipboard.c
dlls/ole32/clipboard.c
+0
-1
compobj.c
dlls/ole32/compobj.c
+0
-1
compositemoniker.c
dlls/ole32/compositemoniker.c
+0
-2
datacache.c
dlls/ole32/datacache.c
+1
-1
filemoniker.c
dlls/ole32/filemoniker.c
+0
-1
git.c
dlls/ole32/git.c
+0
-2
hglobalstream.c
dlls/ole32/hglobalstream.c
+0
-1
itemmoniker.c
dlls/ole32/itemmoniker.c
+0
-1
memlockbytes.c
dlls/ole32/memlockbytes.c
+0
-1
ole2.c
dlls/ole32/ole2.c
+0
-1
ole2impl.c
dlls/ole32/ole2impl.c
+0
-1
ole2stubs.c
dlls/ole32/ole2stubs.c
+0
-2
oleobj.c
dlls/ole32/oleobj.c
+0
-1
oleproxy.c
dlls/ole32/oleproxy.c
+0
-2
pointermoniker.c
dlls/ole32/pointermoniker.c
+0
-1
rpc.c
dlls/ole32/rpc.c
+0
-1
stg_prop.c
dlls/ole32/stg_prop.c
+0
-1
stg_stream.c
dlls/ole32/stg_stream.c
+0
-1
storage32.c
dlls/ole32/storage32.c
+0
-1
stubmanager.c
dlls/ole32/stubmanager.c
+0
-2
usrmarshal.c
dlls/ole32/usrmarshal.c
+0
-1
No files found.
dlls/ole32/antimoniker.c
View file @
7fe06002
...
...
@@ -24,7 +24,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/classmoniker.c
View file @
7fe06002
...
...
@@ -24,8 +24,6 @@
#include <string.h>
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "windef.h"
...
...
dlls/ole32/clipboard.c
View file @
7fe06002
...
...
@@ -65,7 +65,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/compobj.c
View file @
7fe06002
...
...
@@ -45,7 +45,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "ntstatus.h"
#define WIN32_NO_STATUS
...
...
dlls/ole32/compositemoniker.c
View file @
7fe06002
...
...
@@ -23,8 +23,6 @@
#include <string.h>
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/datacache.c
View file @
7fe06002
...
...
@@ -43,12 +43,12 @@
* header. I was able to figure-out where the extent of the object
* was stored and the aspect, but that's about it.
*/
#include <stdarg.h>
#include <string.h>
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/filemoniker.c
View file @
7fe06002
...
...
@@ -25,7 +25,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/git.c
View file @
7fe06002
...
...
@@ -27,8 +27,6 @@
#include <stdarg.h>
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/hglobalstream.c
View file @
7fe06002
...
...
@@ -31,7 +31,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/itemmoniker.c
View file @
7fe06002
...
...
@@ -24,7 +24,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "windef.h"
...
...
dlls/ole32/memlockbytes.c
View file @
7fe06002
...
...
@@ -27,7 +27,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/ole2.c
View file @
7fe06002
...
...
@@ -33,7 +33,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/ole2impl.c
View file @
7fe06002
...
...
@@ -23,7 +23,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/ole2stubs.c
View file @
7fe06002
...
...
@@ -19,8 +19,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <stdarg.h>
#include "windef.h"
...
...
dlls/ole32/oleobj.c
View file @
7fe06002
...
...
@@ -25,7 +25,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/oleproxy.c
View file @
7fe06002
...
...
@@ -27,8 +27,6 @@
#include <string.h>
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/pointermoniker.c
View file @
7fe06002
...
...
@@ -24,7 +24,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/rpc.c
View file @
7fe06002
...
...
@@ -28,7 +28,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/stg_prop.c
View file @
7fe06002
...
...
@@ -47,7 +47,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/stg_stream.c
View file @
7fe06002
...
...
@@ -31,7 +31,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/storage32.c
View file @
7fe06002
...
...
@@ -38,7 +38,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/ole32/stubmanager.c
View file @
7fe06002
...
...
@@ -24,8 +24,6 @@
*/
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <assert.h>
#include <stdarg.h>
...
...
dlls/ole32/usrmarshal.c
View file @
7fe06002
...
...
@@ -24,7 +24,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.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