Maarten Lankhorst : include: Add flag for BSM_ALLDESKTOPS.

Alexandre Julliard julliard at winehq.org
Mon Mar 10 17:05:18 CDT 2008


Module: wine
Branch: master
Commit: 619ac152d5479f3c6ad035e0eecaf4e6a16cf26d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=619ac152d5479f3c6ad035e0eecaf4e6a16cf26d

Author: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date:   Mon Mar 10 11:14:05 2008 -0700

include: Add flag for BSM_ALLDESKTOPS.

---

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

diff --git a/include/winuser.h b/include/winuser.h
index fa36381..5d8a04b 100644
--- a/include/winuser.h
+++ b/include/winuser.h
@@ -1818,6 +1818,7 @@ typedef struct
 #define BSM_NETDRIVER            0x00000002
 #define BSM_INSTALLABLEDRIVERS   0x00000004
 #define BSM_APPLICATIONS         0x00000008
+#define BSM_ALLDESKTOPS          0x00000010
 
 #define BSF_QUERY                0x00000001
 #define BSF_IGNORECURRENTTASK    0x00000002




More information about the wine-cvs mailing list