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
351d907b
Commit
351d907b
authored
Mar 20, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Remove unneeded NONAMELESSXXX directives.
parent
7f0797cc
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
1 addition
and
23 deletions
+1
-23
brsfolder.c
dlls/shell32/brsfolder.c
+0
-1
changenotify.c
dlls/shell32/changenotify.c
+0
-2
cpanelfolder.c
dlls/shell32/cpanelfolder.c
+0
-1
dataobject.c
dlls/shell32/dataobject.c
+0
-1
ebrowser.c
dlls/shell32/ebrowser.c
+0
-1
pidl.c
dlls/shell32/pidl.c
+0
-1
shelldispatch.c
dlls/shell32/shelldispatch.c
+0
-2
shellitem.c
dlls/shell32/shellitem.c
+0
-1
shellstring.c
dlls/shell32/shellstring.c
+1
-1
shfldr_desktop.c
dlls/shell32/shfldr_desktop.c
+0
-1
shfldr_fs.c
dlls/shell32/shfldr_fs.c
+0
-1
shfldr_mycomp.c
dlls/shell32/shfldr_mycomp.c
+0
-1
shfldr_netplaces.c
dlls/shell32/shfldr_netplaces.c
+0
-2
shfldr_printers.c
dlls/shell32/shfldr_printers.c
+0
-2
shfldr_unixfs.c
dlls/shell32/shfldr_unixfs.c
+0
-1
shlfolder.c
dlls/shell32/shlfolder.c
+0
-1
shlview.c
dlls/shell32/shlview.c
+0
-1
shlview_cmenu.c
dlls/shell32/shlview_cmenu.c
+0
-1
systray.c
dlls/shell32/systray.c
+0
-1
No files found.
dlls/shell32/brsfolder.c
View file @
351d907b
...
...
@@ -26,7 +26,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "wine/debug.h"
#include "undocshell.h"
...
...
dlls/shell32/changenotify.c
View file @
351d907b
...
...
@@ -21,8 +21,6 @@
#include <stdarg.h>
#include <string.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "wine/list.h"
...
...
dlls/shell32/cpanelfolder.c
View file @
351d907b
...
...
@@ -28,7 +28,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "windef.h"
...
...
dlls/shell32/dataobject.c
View file @
351d907b
...
...
@@ -23,7 +23,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "wingdi.h"
...
...
dlls/shell32/ebrowser.c
View file @
351d907b
...
...
@@ -22,7 +22,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "windef.h"
...
...
dlls/shell32/pidl.c
View file @
351d907b
...
...
@@ -32,7 +32,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/shell32/shelldispatch.c
View file @
351d907b
...
...
@@ -24,8 +24,6 @@
#include <stdarg.h>
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/shell32/shellitem.c
View file @
351d907b
...
...
@@ -26,7 +26,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/shell32/shellstring.c
View file @
351d907b
...
...
@@ -23,7 +23,7 @@
#include <stdlib.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
...
...
dlls/shell32/shfldr_desktop.c
View file @
351d907b
...
...
@@ -30,7 +30,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "windef.h"
...
...
dlls/shell32/shfldr_fs.c
View file @
351d907b
...
...
@@ -30,7 +30,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "windef.h"
...
...
dlls/shell32/shfldr_mycomp.c
View file @
351d907b
...
...
@@ -29,7 +29,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "windef.h"
...
...
dlls/shell32/shfldr_netplaces.c
View file @
351d907b
...
...
@@ -29,8 +29,6 @@
#include <stdio.h>
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "windef.h"
...
...
dlls/shell32/shfldr_printers.c
View file @
351d907b
...
...
@@ -22,8 +22,6 @@
#include <stdio.h>
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "windef.h"
...
...
dlls/shell32/shfldr_unixfs.c
View file @
351d907b
...
...
@@ -148,7 +148,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winbase.h"
...
...
dlls/shell32/shlfolder.c
View file @
351d907b
...
...
@@ -31,7 +31,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "windef.h"
...
...
dlls/shell32/shlview.c
View file @
351d907b
...
...
@@ -45,7 +45,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "windef.h"
#include "winerror.h"
...
...
dlls/shell32/shlview_cmenu.c
View file @
351d907b
...
...
@@ -23,7 +23,6 @@
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include "winerror.h"
#include "wine/debug.h"
...
...
dlls/shell32/systray.c
View file @
351d907b
...
...
@@ -21,7 +21,6 @@
*/
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <stdarg.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