diff --git a/dlls/d3d8/d3d8_private.h b/dlls/d3d8/d3d8_private.h index 889cc57ce15..5533bf08575 100644 --- a/dlls/d3d8/d3d8_private.h +++ b/dlls/d3d8/d3d8_private.h @@ -26,8 +26,6 @@ #include #include -#define NONAMELESSUNION -#define NONAMELESSSTRUCT #define COBJMACROS #include "windef.h" #include "winbase.h" diff --git a/dlls/d3d9/d3d9_private.h b/dlls/d3d9/d3d9_private.h index 81a37e7dffc..6ade2e69a4f 100644 --- a/dlls/d3d9/d3d9_private.h +++ b/dlls/d3d9/d3d9_private.h @@ -26,8 +26,6 @@ #include #include -#define NONAMELESSUNION -#define NONAMELESSSTRUCT #define COBJMACROS #include "windef.h" #include "winbase.h" diff --git a/dlls/devenum/createdevenum.c b/dlls/devenum/createdevenum.c index 8d59d6b385d..30bbf483b21 100644 --- a/dlls/devenum/createdevenum.c +++ b/dlls/devenum/createdevenum.c @@ -23,9 +23,6 @@ * - Also creates the special registry keys created at run-time */ -#define NONAMELESSSTRUCT -#define NONAMELESSUNION - #include "devenum_private.h" #include "vfw.h" #include "aviriff.h" diff --git a/dlls/dsound/dsound_main.c b/dlls/dsound/dsound_main.c index 69cbec72ea3..08c08d841b4 100644 --- a/dlls/dsound/dsound_main.c +++ b/dlls/dsound/dsound_main.c @@ -35,8 +35,6 @@ #include #define COBJMACROS -#define NONAMELESSUNION - #include "windef.h" #include "winbase.h" #include "winuser.h" diff --git a/dlls/dsound/primary.c b/dlls/dsound/primary.c index 55f9ea94f90..2e2473b4db2 100644 --- a/dlls/dsound/primary.c +++ b/dlls/dsound/primary.c @@ -26,8 +26,6 @@ #include #define COBJMACROS -#define NONAMELESSUNION - #include "windef.h" #include "winbase.h" #include "winuser.h" diff --git a/dlls/dsound/propset.c b/dlls/dsound/propset.c index 55fe288b8f0..be284a6dda5 100644 --- a/dlls/dsound/propset.c +++ b/dlls/dsound/propset.c @@ -22,8 +22,6 @@ #include #define COBJMACROS -#define NONAMELESSUNION - #include "windef.h" #include "winbase.h" #include "winuser.h" diff --git a/dlls/dsound/tests/dsound8.c b/dlls/dsound/tests/dsound8.c index 70db008a0df..8103863e172 100644 --- a/dlls/dsound/tests/dsound8.c +++ b/dlls/dsound/tests/dsound8.c @@ -26,7 +26,6 @@ */ #define COBJMACROS -#define NONAMELESSUNION #include #include diff --git a/dlls/dwrite/opentype.c b/dlls/dwrite/opentype.c index feacdfd9353..dfb410e2423 100644 --- a/dlls/dwrite/opentype.c +++ b/dlls/dwrite/opentype.c @@ -19,7 +19,6 @@ */ #define COBJMACROS -#define NONAMELESSUNION #include #include "dwrite_private.h" diff --git a/dlls/mfplat/main.c b/dlls/mfplat/main.c index 96ec23fba9b..aa987ff0496 100644 --- a/dlls/mfplat/main.c +++ b/dlls/mfplat/main.c @@ -22,8 +22,6 @@ #include #define COBJMACROS -#define NONAMELESSUNION - #include "windef.h" #include "winbase.h" #include "winuser.h" diff --git a/dlls/mfplat/mfplat_private.h b/dlls/mfplat/mfplat_private.h index 28bef1f670a..9cd3d601587 100644 --- a/dlls/mfplat/mfplat_private.h +++ b/dlls/mfplat/mfplat_private.h @@ -16,8 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#define NONAMELESSUNION - #undef INITGUID #include #include "mfapi.h" diff --git a/dlls/mfreadwrite/reader.c b/dlls/mfreadwrite/reader.c index e21f4e10fa9..f4168c820e0 100644 --- a/dlls/mfreadwrite/reader.c +++ b/dlls/mfreadwrite/reader.c @@ -20,8 +20,6 @@ #include #define COBJMACROS -#define NONAMELESSUNION - #include "windef.h" #include "winbase.h" #include "ole2.h" diff --git a/dlls/mfreadwrite/writer.c b/dlls/mfreadwrite/writer.c index 83b0442b20e..c708664d2fc 100644 --- a/dlls/mfreadwrite/writer.c +++ b/dlls/mfreadwrite/writer.c @@ -19,8 +19,6 @@ #include #define COBJMACROS -#define NONAMELESSUNION - #include "mfapi.h" #include "mfidl.h" #include "mfreadwrite.h" diff --git a/dlls/mmdevapi/tests/propstore.c b/dlls/mmdevapi/tests/propstore.c index 9701f074e2f..b333a556567 100644 --- a/dlls/mmdevapi/tests/propstore.c +++ b/dlls/mmdevapi/tests/propstore.c @@ -16,7 +16,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#define NONAMELESSUNION #include "wine/test.h" #define COBJMACROS diff --git a/dlls/nsiproxy.sys/ndis.c b/dlls/nsiproxy.sys/ndis.c index 9d53c1591f6..372272dd115 100644 --- a/dlls/nsiproxy.sys/ndis.c +++ b/dlls/nsiproxy.sys/ndis.c @@ -68,7 +68,6 @@ #include -#define NONAMELESSUNION #include "ntstatus.h" #define WIN32_NO_STATUS #include "windef.h" diff --git a/dlls/ole2.dll16/memlockbytes.c b/dlls/ole2.dll16/memlockbytes.c index d5ae041d6a2..115a37192bd 100644 --- a/dlls/ole2.dll16/memlockbytes.c +++ b/dlls/ole2.dll16/memlockbytes.c @@ -22,8 +22,6 @@ #include #include -#define NONAMELESSUNION - #include "windef.h" #include "winbase.h" #include "wine/winbase16.h" diff --git a/dlls/propsys/propvar.c b/dlls/propsys/propvar.c index 86670a51adf..c170f82c598 100644 --- a/dlls/propsys/propvar.c +++ b/dlls/propsys/propvar.c @@ -23,8 +23,6 @@ #include #include -#define NONAMELESSUNION - #include "windef.h" #include "winbase.h" #include "winerror.h" diff --git a/dlls/propsys/tests/propsys.c b/dlls/propsys/tests/propsys.c index fb9decd7ab0..2d683a3bdf5 100644 --- a/dlls/propsys/tests/propsys.c +++ b/dlls/propsys/tests/propsys.c @@ -25,8 +25,6 @@ #include #include -#define NONAMELESSUNION - #include "windef.h" #include "winbase.h" #include "initguid.h" diff --git a/dlls/rtworkq/queue.c b/dlls/rtworkq/queue.c index baf648bf771..1f82eb7ad12 100644 --- a/dlls/rtworkq/queue.c +++ b/dlls/rtworkq/queue.c @@ -19,8 +19,6 @@ #include #define COBJMACROS -#define NONAMELESSUNION - #include "initguid.h" #include "rtworkq.h" #include "wine/debug.h" diff --git a/dlls/schedsvc/atsvc.c b/dlls/schedsvc/atsvc.c index aa7881d39ba..23046dba166 100644 --- a/dlls/schedsvc/atsvc.c +++ b/dlls/schedsvc/atsvc.c @@ -20,7 +20,6 @@ #include -#define NONAMELESSUNION #include "windef.h" #include "atsvc.h" #include "mstask.h" diff --git a/dlls/sechost/service.c b/dlls/sechost/service.c index b00e5536eda..51d1fab1827 100644 --- a/dlls/sechost/service.c +++ b/dlls/sechost/service.c @@ -20,7 +20,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#define NONAMELESSUNION #include #define WINADVAPI #include "windef.h" diff --git a/dlls/storage.dll16/storage.c b/dlls/storage.dll16/storage.c index d2f91a77b46..3eb6f228c80 100644 --- a/dlls/storage.dll16/storage.c +++ b/dlls/storage.dll16/storage.c @@ -27,8 +27,6 @@ #include #include -#define NONAMELESSUNION - #include "windef.h" #include "winbase.h" #include "winternl.h" diff --git a/dlls/system.drv16/system.c b/dlls/system.drv16/system.c index 78cc0b03c7b..0b95bbfb6fa 100644 --- a/dlls/system.drv16/system.c +++ b/dlls/system.drv16/system.c @@ -20,8 +20,6 @@ #include -#define NONAMELESSUNION - #include "windef.h" #include "winbase.h" #include "wine/winbase16.h" diff --git a/dlls/version/version.c b/dlls/version/version.c index 61e79aef146..bed2d0c7bac 100644 --- a/dlls/version/version.c +++ b/dlls/version/version.c @@ -29,8 +29,6 @@ #include -#define NONAMELESSUNION -#define NONAMELESSSTRUCT #include "windef.h" #include "winbase.h" #include "winver.h" diff --git a/dlls/windowscodecs/decoder.c b/dlls/windowscodecs/decoder.c index 769dc779f13..dce6f77e73b 100644 --- a/dlls/windowscodecs/decoder.c +++ b/dlls/windowscodecs/decoder.c @@ -18,7 +18,6 @@ #include -#define NONAMELESSUNION #define COBJMACROS #include "windef.h" diff --git a/dlls/windowscodecs/encoder.c b/dlls/windowscodecs/encoder.c index 238ab2ae630..9fd555a94a4 100644 --- a/dlls/windowscodecs/encoder.c +++ b/dlls/windowscodecs/encoder.c @@ -18,7 +18,6 @@ #include -#define NONAMELESSUNION #define COBJMACROS #include "windef.h" diff --git a/dlls/windowscodecs/gifformat.c b/dlls/windowscodecs/gifformat.c index 0b05d47e5e2..f800cc51f82 100644 --- a/dlls/windowscodecs/gifformat.c +++ b/dlls/windowscodecs/gifformat.c @@ -20,8 +20,6 @@ #include #define COBJMACROS -#define NONAMELESSUNION - #include "windef.h" #include "winbase.h" #include "objbase.h" diff --git a/dlls/windowscodecs/libpng.c b/dlls/windowscodecs/libpng.c index 8e876b23efe..c3cdf8ce9e4 100644 --- a/dlls/windowscodecs/libpng.c +++ b/dlls/windowscodecs/libpng.c @@ -20,8 +20,6 @@ #include #include -#define NONAMELESSUNION - #include "ntstatus.h" #define WIN32_NO_STATUS #include "windef.h" diff --git a/dlls/windowscodecs/metadatahandler.c b/dlls/windowscodecs/metadatahandler.c index 6d519c0f3cd..67ddd87fa44 100644 --- a/dlls/windowscodecs/metadatahandler.c +++ b/dlls/windowscodecs/metadatahandler.c @@ -21,8 +21,6 @@ #include #define COBJMACROS -#define NONAMELESSUNION - #include "windef.h" #include "winbase.h" #include "winternl.h" diff --git a/dlls/windowscodecs/metadataquery.c b/dlls/windowscodecs/metadataquery.c index 730cd23b157..d0d27bdd0fb 100644 --- a/dlls/windowscodecs/metadataquery.c +++ b/dlls/windowscodecs/metadataquery.c @@ -21,8 +21,6 @@ #include #define COBJMACROS -#define NONAMELESSUNION - #include "windef.h" #include "winbase.h" #include "objbase.h" diff --git a/dlls/windowscodecs/pngformat.c b/dlls/windowscodecs/pngformat.c index 4751db7939d..f746dfe1bb0 100644 --- a/dlls/windowscodecs/pngformat.c +++ b/dlls/windowscodecs/pngformat.c @@ -19,7 +19,6 @@ #include -#define NONAMELESSUNION #define COBJMACROS #include "windef.h" diff --git a/dlls/wmphoto/jxrlib.c b/dlls/wmphoto/jxrlib.c index d4ac02e5918..c5ce59b454e 100644 --- a/dlls/wmphoto/jxrlib.c +++ b/dlls/wmphoto/jxrlib.c @@ -20,7 +20,6 @@ #include -#define NONAMELESSUNION #include "ntstatus.h" #define WIN32_NO_STATUS #include "windef.h" diff --git a/dlls/xactengine3_7/xact_dll.c b/dlls/xactengine3_7/xact_dll.c index 41d35e232df..cf6733106ce 100644 --- a/dlls/xactengine3_7/xact_dll.c +++ b/dlls/xactengine3_7/xact_dll.c @@ -19,7 +19,6 @@ #include #include -#define NONAMELESSUNION #define COBJMACROS #include "objbase.h" diff --git a/dlls/xaudio2_7/xapo.c b/dlls/xaudio2_7/xapo.c index 2772fff9e66..070d0592307 100644 --- a/dlls/xaudio2_7/xapo.c +++ b/dlls/xaudio2_7/xapo.c @@ -20,7 +20,6 @@ #include -#define NONAMELESSUNION #define COBJMACROS #include "xaudio_private.h" diff --git a/dlls/xaudio2_7/xapofx.c b/dlls/xaudio2_7/xapofx.c index acb175556a2..e29f0a22791 100644 --- a/dlls/xaudio2_7/xapofx.c +++ b/dlls/xaudio2_7/xapofx.c @@ -19,7 +19,6 @@ #include -#define NONAMELESSUNION #define COBJMACROS #ifdef XAPOFX1_VER diff --git a/dlls/xaudio2_7/xaudio_allocator.c b/dlls/xaudio2_7/xaudio_allocator.c index 7a86e25f06b..2f8e8e75a4a 100644 --- a/dlls/xaudio2_7/xaudio_allocator.c +++ b/dlls/xaudio2_7/xaudio_allocator.c @@ -18,7 +18,6 @@ #include -#define NONAMELESSUNION #define COBJMACROS #include "ole2.h" diff --git a/dlls/xaudio2_7/xaudio_dll.c b/dlls/xaudio2_7/xaudio_dll.c index 5b9513b3ab0..237573e6741 100644 --- a/dlls/xaudio2_7/xaudio_dll.c +++ b/dlls/xaudio2_7/xaudio_dll.c @@ -20,7 +20,6 @@ #include -#define NONAMELESSUNION #define COBJMACROS #include "windows.h" diff --git a/tools/widl/write_msft.c b/tools/widl/write_msft.c index 063e293cdc4..ce99c23f16a 100644 --- a/tools/widl/write_msft.c +++ b/tools/widl/write_msft.c @@ -36,8 +36,6 @@ #include #include -#define NONAMELESSUNION - #include "widl.h" #include "typelib.h" #include "typelib_struct.h"