[2/3] include: Add new STARTF flags for AppUserModel.

Vincent Povirk madewokherd at gmail.com
Thu Apr 5 16:50:48 CDT 2012


-------------- next part --------------
From dd55ce60d4f4d8ba5866de7f48d0f193ae2cc707 Mon Sep 17 00:00:00 2001
From: Vincent Povirk <vincent at codeweavers.com>
Date: Thu, 5 Apr 2012 11:42:08 -0500
Subject: [PATCH 2/4] include: Add new STARTF flags for AppUserModel.

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

diff --git a/include/winbase.h b/include/winbase.h
index 492c63b..b3de92b 100644
--- a/include/winbase.h
+++ b/include/winbase.h
@@ -569,6 +569,9 @@ typedef VOID (CALLBACK *LPOVERLAPPED_COMPLETION_ROUTINE)(DWORD,DWORD,LPOVERLAPPE
 #define	STARTF_FORCEOFFFEEDBACK	0x00000080
 #define	STARTF_USESTDHANDLES	0x00000100
 #define	STARTF_USEHOTKEY	0x00000200
+#define	STARTF_TITLEISLINKNAME	0x00000800
+#define	STARTF_TITLEISAPPID	0x00001000
+#define	STARTF_PREVENTPINNING	0x00002000
 
 typedef struct _STARTUPINFOA{
         DWORD cb;		/* 00: size of struct */
-- 
1.7.9.1


More information about the wine-patches mailing list