Andrew Ziem : include: Add SETWALLPAPER_DEFAULT to winuser.h.

Alexandre Julliard julliard at wine.codeweavers.com
Wed Jun 7 07:49:01 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 60d5f8083717881f8c93f5f31ec9663d1291196f
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=60d5f8083717881f8c93f5f31ec9663d1291196f

Author: Andrew Ziem <ahziem1 at mailbolt.com>
Date:   Tue Jun  6 17:29:00 2006 -0600

include: Add SETWALLPAPER_DEFAULT to winuser.h.

---

 include/winuser.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/winuser.h b/include/winuser.h
index 654d9e5..dcaef92 100644
--- a/include/winuser.h
+++ b/include/winuser.h
@@ -2877,6 +2877,8 @@ #define FE_FONTSMOOTHINGDOCKING        0
 #define FE_FONTSMOOTHINGORIENTATIONBGR 0x0000
 #define FE_FONTSMOOTHINGORIENTATIONRGB 0x0001
 
+#define SETWALLPAPER_DEFAULT           ((LPWSTR)-1)
+
 /* SystemParametersInfo flags */
 
 #define SPIF_UPDATEINIFILE              1




More information about the wine-cvs mailing list