Francois Gouget : include: Add missing PSP_ constants.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Oct 3 13:37:33 CDT 2006


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Sep 29 12:47:33 2006 +0200

include: Add missing PSP_ constants.

---

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

diff --git a/include/prsht.h b/include/prsht.h
index d6aada7..b11d0d0 100644
--- a/include/prsht.h
+++ b/include/prsht.h
@@ -230,6 +230,8 @@ #define PSP_PREMATURE           0x0400
 #define PSP_HIDEHEADER          0x00000800
 #define PSP_USEHEADERTITLE      0x00001000
 #define PSP_USEHEADERSUBTITLE   0x00002000
+#define PSP_USEFUSIONCONTEXT    0x00004000
+#define PSP_COMMANDLINKS        0x00040000
 
 #define PSPCB_RELEASE           1
 #define PSPCB_CREATE            2




More information about the wine-cvs mailing list