user32/tests: Remove unnecessary redefinitions of SPI_GETDESKWALLPAPER.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2022-01-31 17:00:59 -06:00 committed by Alexandre Julliard
parent d2c98c4f3c
commit 69fd35d57d
2 changed files with 0 additions and 8 deletions

View File

@ -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);

View File

@ -34,10 +34,6 @@
#include "wine/test.h"
#ifndef SPI_GETDESKWALLPAPER
#define SPI_GETDESKWALLPAPER 0x0073
#endif
#ifndef WM_SYSTIMER
#define WM_SYSTIMER 0x0118
#endif