Zebediah Figura : user32/tests: Remove unnecessary redefinitions of SPI_GETDESKWALLPAPER.

Alexandre Julliard julliard at winehq.org
Tue Feb 1 15:21:33 CST 2022


Module: wine
Branch: master
Commit: 69fd35d57d854e7ba94c88340b1a48e80dd10a7e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=69fd35d57d854e7ba94c88340b1a48e80dd10a7e

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Mon Jan 31 17:00:59 2022 -0600

user32/tests: Remove unnecessary redefinitions of SPI_GETDESKWALLPAPER.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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




More information about the wine-cvs mailing list