From 60d5f8083717881f8c93f5f31ec9663d1291196f Mon Sep 17 00:00:00 2001 From: Andrew Ziem Date: Tue, 6 Jun 2006 17:29:00 -0600 Subject: [PATCH] include: Add SETWALLPAPER_DEFAULT to winuser.h. --- include/winuser.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/winuser.h b/include/winuser.h index 654d9e59013..dcaef920b44 100644 --- a/include/winuser.h +++ b/include/winuser.h @@ -2877,6 +2877,8 @@ typedef struct tagCBTACTIVATESTRUCT #define FE_FONTSMOOTHINGORIENTATIONBGR 0x0000 #define FE_FONTSMOOTHINGORIENTATIONRGB 0x0001 +#define SETWALLPAPER_DEFAULT ((LPWSTR)-1) + /* SystemParametersInfo flags */ #define SPIF_UPDATEINIFILE 1 -- 2.11.4.GIT