include: Add missing PSP_ constants.

oldstable
Francois Gouget 2006-09-29 12:47:33 +02:00 committed by Alexandre Julliard
parent 96f393178d
commit f68d8ed9b4
1 changed files with 2 additions and 0 deletions

View File

@ -230,6 +230,8 @@ DECL_WINELIB_TYPE_AW(LPFNPSPCALLBACK)
#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