[PATCH] user32/tests: Remove unnecessary redefinitions of SPI_GETDESKWALLPAPER.

Zebediah Figura zfigura at codeweavers.com
Mon Jan 31 17:00:59 CST 2022


Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
---
 dlls/user32/tests/sysparams.c | 4 ----
 dlls/user32/tests/win.c       | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/dlls/user32/tests/sysparams.c b/dlls/user32/tests/sysparams.c
index 89a524407bf..f2d9694bd6f 100644
--- a/dlls/user32/tests/sysparams.c
+++ b/dlls/user32/tests/sysparams.c
@@ -30,10 +30,6 @@
 #include "winuser.h"
 #include "winnls.h"
 
-#ifndef SPI_GETDESKWALLPAPER
-# define SPI_GETDESKWALLPAPER 0x0073
-#endif
-
 static LONG (WINAPI *pChangeDisplaySettingsExA)(LPCSTR, LPDEVMODEA, HWND, DWORD, LPVOID);
 static BOOL (WINAPI *pIsProcessDPIAware)(void);
 static BOOL (WINAPI *pSetProcessDPIAware)(void);
diff --git a/dlls/user32/tests/win.c b/dlls/user32/tests/win.c
index ba9b16d89bd..5ce7eb02f1c 100644
--- a/dlls/user32/tests/win.c
+++ b/dlls/user32/tests/win.c
@@ -34,10 +34,6 @@
 
 #include "wine/test.h"
 
-#ifndef SPI_GETDESKWALLPAPER
-#define SPI_GETDESKWALLPAPER 0x0073
-#endif
-
 #ifndef WM_SYSTIMER
 #define WM_SYSTIMER 0x0118
 #endif
-- 
2.34.1




More information about the wine-devel mailing list