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
cd020011
Commit
cd020011
authored
Mar 18, 2015
by
Francois Gouget
Committed by
Alexandre Julliard
Mar 19, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched20: Remove unneeded NONAMELESSXXX directives.
parent
2827a1a4
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
7 deletions
+4
-7
clipboard.c
dlls/riched20/clipboard.c
+2
-0
editor.c
dlls/riched20/editor.c
+2
-0
editstr.h
dlls/riched20/editstr.h
+0
-2
richole.c
dlls/riched20/richole.c
+0
-1
txthost.c
dlls/riched20/txthost.c
+0
-2
txtsrv.c
dlls/riched20/txtsrv.c
+0
-2
No files found.
dlls/riched20/clipboard.c
View file @
cd020011
...
...
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define NONAMELESSUNION
#include "editor.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
richedit
);
...
...
dlls/riched20/editor.c
View file @
cd020011
...
...
@@ -224,6 +224,8 @@
*
*/
#define NONAMELESSUNION
#include "editor.h"
#include "commdlg.h"
#include "winreg.h"
...
...
dlls/riched20/editstr.h
View file @
cd020011
...
...
@@ -32,8 +32,6 @@
#include <limits.h>
#define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <windef.h>
#include <winbase.h>
...
...
dlls/riched20/richole.c
View file @
cd020011
...
...
@@ -22,7 +22,6 @@
#include <stdarg.h>
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define COBJMACROS
#include "windef.h"
...
...
dlls/riched20/txthost.c
View file @
cd020011
...
...
@@ -21,8 +21,6 @@
#include "config.h"
#include "wine/port.h"
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#define COBJMACROS
#include "editor.h"
...
...
dlls/riched20/txtsrv.c
View file @
cd020011
...
...
@@ -21,8 +21,6 @@
#include "config.h"
#include "wine/port.h"
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#define COBJMACROS
#include "editor.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