Commit cd020011 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

riched20: Remove unneeded NONAMELESSXXX directives.

parent 2827a1a4
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
#define NONAMELESSUNION
#include "editor.h" #include "editor.h"
WINE_DEFAULT_DEBUG_CHANNEL(richedit); WINE_DEFAULT_DEBUG_CHANNEL(richedit);
......
...@@ -224,6 +224,8 @@ ...@@ -224,6 +224,8 @@
* *
*/ */
#define NONAMELESSUNION
#include "editor.h" #include "editor.h"
#include "commdlg.h" #include "commdlg.h"
#include "winreg.h" #include "winreg.h"
......
...@@ -32,8 +32,6 @@ ...@@ -32,8 +32,6 @@
#include <limits.h> #include <limits.h>
#define COBJMACROS #define COBJMACROS
#define NONAMELESSUNION
#define NONAMELESSSTRUCT
#include <windef.h> #include <windef.h>
#include <winbase.h> #include <winbase.h>
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include <stdarg.h> #include <stdarg.h>
#define NONAMELESSUNION #define NONAMELESSUNION
#define NONAMELESSSTRUCT
#define COBJMACROS #define COBJMACROS
#include "windef.h" #include "windef.h"
......
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
#include "config.h" #include "config.h"
#include "wine/port.h" #include "wine/port.h"
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#define COBJMACROS #define COBJMACROS
#include "editor.h" #include "editor.h"
......
...@@ -21,8 +21,6 @@ ...@@ -21,8 +21,6 @@
#include "config.h" #include "config.h"
#include "wine/port.h" #include "wine/port.h"
#define NONAMELESSSTRUCT
#define NONAMELESSUNION
#define COBJMACROS #define COBJMACROS
#include "editor.h" #include "editor.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment